29 #include <osg/MatrixTransform>
31 #include "../../dataHandler/WGridRegular3D.h"
32 #include "../../common/WSharedObject.h"
33 #include "../../common/WProperties_Fwd.h"
35 #include "../widgets/labeling/WGELabel.h"
37 #include "../WExportWGE.h"
49 typedef osg::ref_ptr< WGEGridNode >
SPtr;
54 typedef osg::ref_ptr< const WGEGridNode >
ConstSPtr;
87 bool getEnableLabels()
const;
94 void setEnableLabels(
bool enable =
true );
101 bool getEnableBBox()
const;
108 void setEnableBBox(
bool enable =
true );
115 bool getEnableGrid()
const;
122 void setEnableGrid(
bool enable =
true );
129 const WColor& getBBoxColor()
const;
136 void setBBoxColor(
const WColor& color );
143 const WColor& getGridColor()
const;
150 void setGridColor(
const WColor& color );
186 void callback( osg::Node* node );
224 #endif // WGEGRIDNODE_H