![]() |
VR-Forces 4.6 Class Documentation
|
Class that will keep track of all sensor signature information. More...
Public Types | |
| typedef std::map< std::string, double > | SensorSignatures |
Public Member Functions | |
| DtSensorSignatureInformation () | |
| CTOR. | |
| virtual | ~DtSensorSignatureInformation () |
| DTOR. | |
| DtSensorSignatureInformation (const DtSensorSignatureInformation &) | |
| Copy constructor. | |
| DtSensorSignatureInformation & | operator= (const DtSensorSignatureInformation &) |
| bool | operator== (const DtSensorSignatureInformation &) const |
| bool | operator!= (const DtSensorSignatureInformation &rhs) |
| virtual void | readFromEnvironment (DtEnvironmentSP, DtEnvValueSP root) |
| Seeds list from the supplied environment. Will clear out all current information. | |
| virtual void | writeToEnvironment (DtEnvironmentSP, DtEnvValueSP root) const |
| Writes all information to the environment, removing all old information first. | |
| const SensorSignatures & | sensorSignatures () const |
| SensorSignatures & | sensorSignatures () |
Protected Attributes | |
| SensorSignatures | mySensorSignatures |
Class that will keep track of all sensor signature information.
| typedef std::map<std::string, double> DtSensorSignatureInformation::SensorSignatures |
| DtSensorSignatureInformation::DtSensorSignatureInformation | ( | ) |
CTOR.
|
virtual |
DTOR.
| DtSensorSignatureInformation::DtSensorSignatureInformation | ( | const DtSensorSignatureInformation & | ) |
Copy constructor.
| DtSensorSignatureInformation& DtSensorSignatureInformation::operator= | ( | const DtSensorSignatureInformation & | ) |
| bool DtSensorSignatureInformation::operator== | ( | const DtSensorSignatureInformation & | ) | const |
|
inline |
|
virtual |
Seeds list from the supplied environment. Will clear out all current information.
|
virtual |
Writes all information to the environment, removing all old information first.
|
inline |
|
inline |
|
protected |