![]() |
VR-Forces 4.1 Class Documentation
|
Record for a sensor definition. More...

Public Member Functions | |
| DtImageTaskRecord () | |
| CTOR. | |
| DtImageTaskRecord (const DtImageTaskRecord &obj) | |
| Copy CTOR. | |
| DtImageTaskRecord & | operator= (const DtImageTaskRecord &rhs) |
| Assignment operator. | |
| bool | operator== (const DtImageTaskRecord &rhs) const |
| Equality Operator. | |
| bool | operator!= (const DtImageTaskRecord &rhs) |
| Inequality Operator. | |
| const std::string & | taskType () const |
| Get the type of the process image task. | |
| void | setTaskType (const std::string &taskType) |
| Set the type of the process image task. | |
Public Member Functions inherited from makArchives::DtNameValueLists | |
| DtNameValueLists () | |
| CTOR. | |
| DtNameValueLists (const DtNameValueLists &obj) | |
| Copy CTOR. | |
| DtNameValueLists & | operator= (const DtNameValueLists &rhs) |
| Assignment operator. | |
| bool | operator== (const DtNameValueLists &rhs) const |
| Equality Operator. | |
| bool | operator!= (const DtNameValueLists &rhs) |
| Inequality Operator. | |
| int | parameterInt (const std::string ¶meterName) const |
| Parameter Accessors. | |
| double | parameterDouble (const std::string ¶meterName) const |
| Parameter Accessors. | |
| bool | parameterBool (const std::string ¶meterName) const |
| Parameter Accessors. | |
| const std::string & | parameterString (const std::string ¶meterName) const |
| Parameter Accessors. | |
| void | setParameterInt (const std::string ¶meterName, int value) |
| Parameter Mutators. | |
| void | setParameterDouble (const std::string ¶meterName, double value) |
| Parameter Mutators. | |
| void | setParameterBool (const std::string ¶meterName, bool value) |
| Parameter Mutators. | |
| void | setParameterString (const std::string ¶meterName, const std::string &value) |
| Parameter Mutators. | |
| bool | hasParameterInt (const std::string ¶meterName) const |
| Parameter existence tests. | |
| bool | hasParameterDouble (const std::string ¶meterName) const |
| Parameter existence tests. | |
| bool | hasParameterBool (const std::string ¶meterName) const |
| Parameter existence tests. | |
| bool | hasParameterString (const std::string ¶meterName) const |
| Parameter existence tests. | |
| bool | hasParameter (const std::string ¶meterName) const |
| Check for parameter name independent of type. | |
| const ParametersInt & | parametersInt () const |
| Parameter list accessors. | |
| const ParametersDouble & | parametersDouble () const |
| Parameter list accessors. | |
| const ParametersBool & | parametersBool () const |
| Parameter list accessors. | |
| const ParametersString & | parametersString () const |
| Parameter list accessors. | |
| void | setParametersInt (const ParametersInt ¶meters) |
| Parameter list mutators. | |
| void | setParametersBool (const ParametersBool ¶meters) |
| Parameter list mutators. | |
| void | setParametersDouble (const ParametersDouble ¶meters) |
| Parameter list mutators. | |
| void | setParametersString (const ParametersString ¶meters) |
| Parameter list mutators. | |
Protected Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Protected Attributes | |
| Utf8String | myTaskType |
Protected Attributes inherited from makArchives::DtNameValueLists | |
| ParametersInt | myParametersInt |
| ParametersDouble | myParametersDouble |
| ParametersString | myParametersString |
| ParametersBool | myParametersBool |
Friends | |
| class | boost::serialization::access |
Additional Inherited Members | |
Public Types inherited from makArchives::DtNameValueLists | |
| typedef std::map< std::string, int > | ParametersInt |
| Map types for image task parameter storage. | |
| typedef std::map< std::string, bool > | ParametersBool |
| Map types for image task parameter storage. | |
| typedef std::map< std::string, double > | ParametersDouble |
| Map types for image task parameter storage. | |
| typedef std::map< std::string, std::string > | ParametersString |
| Map types for image task parameter storage. | |
Record for a sensor definition.
| makArchives::DtImageTaskRecord::DtImageTaskRecord | ( | ) |
CTOR.
| makArchives::DtImageTaskRecord::DtImageTaskRecord | ( | const DtImageTaskRecord & | obj | ) |
Copy CTOR.
| DtImageTaskRecord& makArchives::DtImageTaskRecord::operator= | ( | const DtImageTaskRecord & | rhs | ) |
Assignment operator.
| bool makArchives::DtImageTaskRecord::operator== | ( | const DtImageTaskRecord & | rhs | ) | const |
Equality Operator.
| bool makArchives::DtImageTaskRecord::operator!= | ( | const DtImageTaskRecord & | rhs | ) |
Inequality Operator.
| const std::string& makArchives::DtImageTaskRecord::taskType | ( | ) | const |
Get the type of the process image task.
| void makArchives::DtImageTaskRecord::setTaskType | ( | const std::string & | taskType | ) |
Set the type of the process image task.
|
inlineprotected |
Reimplemented from makArchives::DtNameValueLists.
|
friend |
|
protected |