|
OverSim
|
.h More...
#include <CoordDataContainer.h>
Public Member Functions | |
| CoordDataContainer () | |
| .cc | |
| virtual | ~CoordDataContainer () |
| int | getBitLength () |
| calculate the size of the coordinatesVector | |
Public Attributes | |
| std::vector< std::vector < double > > | coordinatesVector |
.h
Definition at line 30 of file CoordDataContainer.h.
| CoordDataContainer::CoordDataContainer | ( | ) |
.cc
Definition at line 26 of file CoordDataContainer.cc.
|
virtual |
Definition at line 31 of file CoordDataContainer.cc.
| int CoordDataContainer::getBitLength | ( | ) |
calculate the size of the coordinatesVector
Definition at line 35 of file CoordDataContainer.cc.
| std::vector<std::vector<double> > CoordDataContainer::coordinatesVector |
Definition at line 36 of file CoordDataContainer.h.
Referenced by getBitLength(), StrategyRemoveCoords::getCoordinateMessage(), StrategySendAll::getCoordinateMessage(), and StrategySendAll::handleCoordinateRpcCall().