|
| BaseGrid (const BaseGrid &grid) |
|
BaseCell * | getCell (unsigned int i) |
| Get Cell. More...
|
|
unsigned int | getNumberOfCells () |
| Get Number Of Cells.
|
|
virtual void | draw ()=0 |
|
virtual std::vector
< Eigen::Vector3d > | getBox () |
|
virtual bool | writeToXmlFile (std::string file) |
| Virtual function for creating an xml document.
|
|
virtual bool | loadFromXmlFile (std::string file) |
| Virtual function for reading from an xml document.
|
|
std::string | getName () |
|
|
std::vector< BaseCell * > | _cells |
|
std::string | m_name |
|
BaseCell * BaseGrid::getCell |
( |
unsigned int |
i | ) |
|
The documentation for this class was generated from the following files: