1 #ifndef OPENCS_VIEW_CELLMARKER_H
2 #define OPENCS_VIEW_CELLMARKER_H
8 #include "../../model/world/cellcoordinates.hpp"
62 const bool cellExists);
Definition: cellmarker.hpp:20
~CellMarker()
Definition: cellmarker.cpp:89
void positionMarker()
Position marker at center of cell.
Definition: cellmarker.cpp:54
void buildMarker()
Build marker containing cell's coordinates.
Definition: cellmarker.cpp:21
osg::ref_ptr< osg::AutoTransform > mMarkerNode
Definition: cellmarker.hpp:39
CellMarker & operator=(const CellMarker &)
CellMarker * getCellMarker() const
Definition: cellmarker.cpp:16
osg::Group * mCellNode
Definition: cellmarker.hpp:38
Definition: tagbase.hpp:12
CellMarker * mMarker
Definition: cellmarker.hpp:24
Definition: cellcoordinates.hpp:12
CellMarkerTag(CellMarker *marker)
Definition: cellmarker.cpp:12
CSMWorld::CellCoordinates mCoordinates
Definition: cellmarker.hpp:40
bool mExists
Definition: cellmarker.hpp:41
Marker to display cell coordinates.
Definition: cellmarker.hpp:34
CellMarker(const CellMarker &)