61       public: 
Grid(
Scene *_scene, uint32_t _cellCount, 
float _cellLength,
 
   74       public: 
void Enable(
bool _enable);
 
   78       public: Ogre::SceneNode *
GetSceneNode() { 
return this->sceneNode; }
 
  121       public: uint32_t 
GetHeight()
 const {
return this->height;}
 
  123       private: 
void Create();
 
  125       private: Ogre::SceneNode *sceneNode;
 
  126       private: Ogre::ManualObject *manualObject;
 
  128       private: Ogre::MaterialPtr material;
 
  130       private: 
unsigned int cellCount;
 
  131       private: 
float cellLength;
 
  132       private: 
float lineWidth;
 
  134       private: 
float heightOffset;
 
  136       private: std::string name;
 
  137       private: 
unsigned int height;
 
  139       private: 
Scene *scene;