![]() |
VR-Forces 4.0.4 Class Documentation
|
Description: A model is a set of items that defines a model to create in the back-end from the front-end. More...

Description: A model is a set of items that defines a model to create in the back-end from the front-end.
default constructor
| DtModelSetEntry::DtModelSetEntry | ( | const DtString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
real constructor
| DtModelSetEntry::DtModelSetEntry | ( | const DtModelSetEntry & | orig, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
copy constructor
| virtual DtModelSetEntry::~DtModelSetEntry | ( | ) | [virtual] |
| DtModelSetEntry& DtModelSetEntry::operator= | ( | const DtModelSetEntry & | orig | ) |
Assign to DtString. Assigns value only.
| virtual DtModelSetEntry* DtModelSetEntry::clone | ( | ) | [virtual] |
| virtual const char* DtModelSetEntry::readerWriterType | ( | ) | [virtual] |
| static DtModelSetEntry* DtModelSetEntry::create | ( | const DtString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) | [static] |
| DtString DtModelSetEntry::label | ( | ) | const [inline] |
References myLabel.
| void DtModelSetEntry::setLabel | ( | const DtString & | s | ) | [inline] |
References myLabel.
| DtString DtModelSetEntry::uniqueID | ( | ) | const [inline] |
References myUniqueID.
| void DtModelSetEntry::setUniqueID | ( | const DtString & | s | ) | [inline] |
References myUniqueID.
| bool DtModelSetEntry::canCreate | ( | ) | const [inline] |
References myCanCreate.
| void DtModelSetEntry::setCanCreate | ( | bool | b | ) | [inline] |
References myCanCreate.
| bool DtModelSetEntry::canConfigureDiGuy | ( | ) | const [inline] |
References myCanConfigureDiGuy.
| void DtModelSetEntry::setCanConfigureDiGuy | ( | bool | b | ) | [inline] |
References myCanConfigureDiGuy.
| bool DtModelSetEntry::canAggregate | ( | ) | const [inline] |
References myCanAggregate.
| void DtModelSetEntry::setCanAggregate | ( | bool | b | ) | [inline] |
References myCanAggregate.
| void DtModelSetEntry::setObjectType | ( | const DtObjectType & | o | ) | [inline] |
References myObjectType.
| DtObjectType DtModelSetEntry::objectType | ( | ) | const [inline] |
References myObjectType.
| void DtModelSetEntry::setForces | ( | const DtRwForces & | f | ) | [inline] |
References myForces.
| const DtRwForces & DtModelSetEntry::forces | ( | ) | const [inline] |
References myForces.
| DtRwForces & DtModelSetEntry::forces | ( | ) | [inline] |
References myForces.
| void DtModelSetEntry::setCategories | ( | const DtRwNLengthStringVector & | c | ) | [inline] |
References myCategories.
| const DtRwNLengthStringVector & DtModelSetEntry::categories | ( | ) | const [inline] |
References myCategories.
| virtual bool DtModelSetEntry::operator== | ( | const DtModelSetEntry & | ) | const [virtual] |
| virtual bool DtModelSetEntry::operator!= | ( | const DtModelSetEntry & | ) | const [virtual] |
DtRwBoolean DtModelSetEntry::myCanCreate [protected] |
Referenced by canCreate(), and setCanCreate().
DtRwBoolean DtModelSetEntry::myCanAggregate [protected] |
Referenced by canAggregate(), and setCanAggregate().
DtRwBoolean DtModelSetEntry::myCanConfigureDiGuy [protected] |
Referenced by canConfigureDiGuy(), and setCanConfigureDiGuy().
DtRwString DtModelSetEntry::myLabel [protected] |
Referenced by label(), and setLabel().
DtRwString DtModelSetEntry::myUniqueID [protected] |
Referenced by setUniqueID(), and uniqueID().
DtRwObjectType DtModelSetEntry::myObjectType [protected] |
Referenced by objectType(), and setObjectType().
DtRwForces DtModelSetEntry::myForces [protected] |
Referenced by forces(), and setForces().
DtRwNLengthStringVector DtModelSetEntry::myCategories [protected] |
Referenced by categories(), and setCategories().