![]() |
VR-Forces 4.0.4 Class Documentation
|
class DtRwSoilSpeedFactorList: More...

Public Member Functions | |
| DtRwSoilSpeedFactorList () | |
| default constructor | |
| DtRwSoilSpeedFactorList (const DtString &name, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| constructor | |
| DtRwSoilSpeedFactorList (const DtSymbolString &name, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| DtRwSoilSpeedFactorList (const DtRwSoilSpeedFactorList &orig) | |
| copy constructor | |
| DtRwSoilSpeedFactorList & | operator= (const DtRwSoilSpeedFactorList &orig) |
| assignment operator | |
| virtual | ~DtRwSoilSpeedFactorList () |
| destructor | |
| bool | lookup (const DtString &soilType, double &speedFactor) const |
| Lookup speed factor given a soil type string. | |
| virtual const char * | readerWriterType () const |
| Used to supply a string type that this reader writer type is. | |
| void | clearList () |
| Removes and deletes all entries from the list. | |
Protected Member Functions | |
| virtual DtlObjPtr | getData (DtlObjPtr args, const DtFilename &searchPath, const DtVariableBindingsList &variableBindings) |
| Constructs a DtRwReal item, and then retrieves it from the stream. | |
| virtual void | copyList (const DtRwSoilSpeedFactorList &orig) |
| Copies the contents of the target list into this one without clearing out the current list. | |
class DtRwSoilSpeedFactorList:
Instances of DtRwSoilSpeedFactorList are lists of items.
default constructor
| DtRwSoilSpeedFactorList::DtRwSoilSpeedFactorList | ( | const DtString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
constructor
| DtRwSoilSpeedFactorList::DtRwSoilSpeedFactorList | ( | const DtSymbolString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
copy constructor
| virtual DtRwSoilSpeedFactorList::~DtRwSoilSpeedFactorList | ( | ) | [virtual] |
destructor
| DtRwSoilSpeedFactorList& DtRwSoilSpeedFactorList::operator= | ( | const DtRwSoilSpeedFactorList & | orig | ) |
assignment operator
| bool DtRwSoilSpeedFactorList::lookup | ( | const DtString & | soilType, |
| double & | speedFactor | ||
| ) | const |
Lookup speed factor given a soil type string.
Allowable soil types are given in soilTypes.h.
| virtual const char* DtRwSoilSpeedFactorList::readerWriterType | ( | ) | const [virtual] |
Used to supply a string type that this reader writer type is.
This can be used in place of dynamic-casting. Also used by the opd editor to determine which type of control to create
Reimplemented from DtRwList.
| void DtRwSoilSpeedFactorList::clearList | ( | ) |
Removes and deletes all entries from the list.
Non-virtual since it is called from the constructors/destructor.
| virtual DtlObjPtr DtRwSoilSpeedFactorList::getData | ( | DtlObjPtr | args, |
| const DtFilename & | searchPath, | ||
| const DtVariableBindingsList & | variableBindings | ||
| ) | [protected, virtual] |
| virtual void DtRwSoilSpeedFactorList::copyList | ( | const DtRwSoilSpeedFactorList & | orig | ) | [protected, virtual] |
Copies the contents of the target list into this one without clearing out the current list.