GEAR  1.9.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends Pages
Public Member Functions | List of all members
gear::MeasurementSurfaceStore Class Reference

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...
 

Detailed Description

Definition at line 20 of file MeasurementSurfaceStore.h.

Member Function Documentation

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.


The documentation for this class was generated from the following files: