![]() |
VR-Forces 4.0.4 Class Documentation
|
DtSoilFactorsMetaDataEntry. More...

Public Member Functions | |
| DtSoilFactorsMetaDataEntry (const DtString &name, DtReaderWriterRegistry *parentRegistry=NULL) | |
| DtSoilFactorsMetaDataEntry (const DtString &name, const DtSoilFactorsMetaDataEntry &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| DtSoilFactorsMetaDataEntry & | operator= (const DtSoilFactorsMetaDataEntry &orig) |
| virtual | ~DtSoilFactorsMetaDataEntry () |
| virtual DtString | entryType () const |
| virtual DtSystemMetaDataEntry * | clone () const |
| virtual const DtSoilList & | soilFactors () const |
| virtual DtSoilList & | soilFactors () |
Static Public Member Functions | |
| static DtSystemMetaDataEntry * | create (const DtString &name) |
Protected Attributes | |
| DtSoilList | mySoilFactors |
| The list of DtSoilFactors that will be used to determine how the entity moves along the various soil type. | |
Meta data entry for systems that include soil factors as part of their definition.
| DtSoilFactorsMetaDataEntry::DtSoilFactorsMetaDataEntry | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
| DtSoilFactorsMetaDataEntry::DtSoilFactorsMetaDataEntry | ( | const DtString & | name, |
| const DtSoilFactorsMetaDataEntry & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
| virtual DtSoilFactorsMetaDataEntry::~DtSoilFactorsMetaDataEntry | ( | ) | [virtual] |
| DtSoilFactorsMetaDataEntry& DtSoilFactorsMetaDataEntry::operator= | ( | const DtSoilFactorsMetaDataEntry & | orig | ) |
| virtual DtString DtSoilFactorsMetaDataEntry::entryType | ( | ) | const [virtual] |
Implements DtSystemMetaDataEntry.
| virtual const DtSoilList& DtSoilFactorsMetaDataEntry::soilFactors | ( | ) | const [virtual] |
| virtual DtSoilList& DtSoilFactorsMetaDataEntry::soilFactors | ( | ) | [virtual] |
| virtual DtSystemMetaDataEntry* DtSoilFactorsMetaDataEntry::clone | ( | ) | const [virtual] |
Implements DtSystemMetaDataEntry.
| static DtSystemMetaDataEntry* DtSoilFactorsMetaDataEntry::create | ( | const DtString & | name | ) | [static] |
DtSoilList DtSoilFactorsMetaDataEntry::mySoilFactors [protected] |
The list of DtSoilFactors that will be used to determine how the entity moves along the various soil type.