OpenMW
|
Marker to display cell coordinates. More...
#include <cellmarker.hpp>
Public Member Functions | |
CellMarker (osg::Group *cellNode, const CSMWorld::CellCoordinates &coordinates, const bool cellExists) | |
Constructor. More... | |
~CellMarker () | |
Private Member Functions | |
CellMarker (const CellMarker &) | |
CellMarker & | operator= (const CellMarker &) |
void | buildMarker () |
Build marker containing cell's coordinates. More... | |
void | positionMarker () |
Position marker at center of cell. More... | |
Private Attributes | |
osg::Group * | mCellNode |
osg::ref_ptr< osg::AutoTransform > | mMarkerNode |
CSMWorld::CellCoordinates | mCoordinates |
bool | mExists |
Marker to display cell coordinates.
|
private |
CSVRender::CellMarker::CellMarker | ( | osg::Group * | cellNode, |
const CSMWorld::CellCoordinates & | coordinates, | ||
const bool | cellExists | ||
) |
Constructor.
cellNode | Cell to create marker for. |
coordinates | Coordinates of cell. |
cellExists | Whether or not cell exists. |
CSVRender::CellMarker::~CellMarker | ( | ) |
|
private |
Build marker containing cell's coordinates.
|
private |
|
private |
Position marker at center of cell.
|
private |
|
private |
|
private |
|
private |