![]() |
VR-Forces 4.1 Class Documentation
|
Record for a visualizer definition Designed to fit into a visualizer definition set record. More...
Public Types | |
| typedef std::vector < DtVisualizerDefinitionAttributeRecord > | Attributes |
| Vector of attributes used to store name value pairs in this definition. | |
Public Member Functions | |
| DtVisualizerDefinitionRecord () | |
| CTOR. | |
| const Attributes & | attributes () |
| Get the definition's name-value attributes. | |
| const Attributes & | attributes () const |
| Get the definition's name-value attributes. | |
| void | setAttributes (const Attributes &attributes) |
| Set the definition's name-value attributes. | |
| const std::string & | name () const |
| Get the definition's name In general this is the same as the name of the schema used by this definition. | |
| void | setName (const std::string &name) |
| Set the definition's name In general this should be the name of the schema used by this definition. | |
Protected Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Protected Attributes | |
| Utf8String | myName |
| Attributes | myAttributes |
Friends | |
| class | boost::serialization::access |
Record for a visualizer definition Designed to fit into a visualizer definition set record.
| typedef std::vector<DtVisualizerDefinitionAttributeRecord> makArchives::DtVisualizerDefinitionRecord::Attributes |
Vector of attributes used to store name value pairs in this definition.
| makArchives::DtVisualizerDefinitionRecord::DtVisualizerDefinitionRecord | ( | ) |
CTOR.
| const Attributes& makArchives::DtVisualizerDefinitionRecord::attributes | ( | ) |
Get the definition's name-value attributes.
| const Attributes& makArchives::DtVisualizerDefinitionRecord::attributes | ( | ) | const |
Get the definition's name-value attributes.
| void makArchives::DtVisualizerDefinitionRecord::setAttributes | ( | const Attributes & | attributes | ) |
Set the definition's name-value attributes.
| const std::string& makArchives::DtVisualizerDefinitionRecord::name | ( | ) | const |
Get the definition's name In general this is the same as the name of the schema used by this definition.
| void makArchives::DtVisualizerDefinitionRecord::setName | ( | const std::string & | name | ) |
Set the definition's name In general this should be the name of the schema used by this definition.
|
inlineprotected |
|
friend |
|
protected |
|
protected |