Public Member Functions | |
| MeasurementSurfaceStore () | |
| Default Constructor. | |
| MeasurementSurfaceStore (const MeasurementSurfaceStore &) | |
| Copy Constructor. | |
| ~MeasurementSurfaceStore () | |
| Destructor. | |
| MeasurementSurface const * | GetMeasurementSurface (int ID) const |
| Get Measurement Surface via ID. | |
| void | FillStore (MeasurementSurfaceStoreFiller *filler) |
| Fill Store. More... | |
| bool | isFilled () const |
| Check if the store has been filled already. | |
| std::string | getFillerName () const |
| Get the Name of the Filler used to fill the store. More... | |
Definition at line 20 of file MeasurementSurfaceStore.h.
| void gear::MeasurementSurfaceStore::FillStore | ( | MeasurementSurfaceStoreFiller * | filler | ) |
Fill Store.
Only one filler will be accepted. Exception will be thrown on further attempts
Definition at line 95 of file MeasurementSurfaceStore.cc.
| std::string gear::MeasurementSurfaceStore::getFillerName | ( | ) | const |
Get the Name of the Filler used to fill the store.
In the case of an empty store the string STORE_NOT_YET_FILLED will be returned.
Definition at line 84 of file MeasurementSurfaceStore.cc.
1.8.6