![]() |
VR-Forces 4.0.4 Class Documentation
|
| virtual DtShapeProjectionInformation::~DtShapeProjectionInformation | ( | ) | [virtual] |
| virtual bool DtShapeProjectionInformation::load | ( | FILE * | ) | [virtual] |
| virtual bool DtShapeProjectionInformation::valueFor | ( | const DtString & | key, |
| DtString & | value | ||
| ) | const [virtual] |
| virtual void DtShapeProjectionInformation::parseBracketString | ( | const DtString & | bracketString | ) | [virtual] |
| DtString DtShapeProjectionInformation::key | ( | ) | const [inline] |
References myKey.
| DtString DtShapeProjectionInformation::value | ( | ) | const [inline] |
References myValue.
| void DtShapeProjectionInformation::setValue | ( | const DtString & | val | ) | [inline] |
References myValue.
| const DtShapeProjectionInformationList & DtShapeProjectionInformation::children | ( | ) | const [inline] |
References myChildren.
| virtual void DtShapeProjectionInformation::add | ( | const DtString & | key, |
| const DtString & | val | ||
| ) | [virtual] |
| virtual void DtShapeProjectionInformation::addKeyword | ( | const DtString & | kw, |
| const DtString & | expectedValues | ||
| ) | [virtual] |
| virtual DtString DtShapeProjectionInformation::readKeyword | ( | FILE * | f | ) | [protected, virtual] |
| virtual bool DtShapeProjectionInformation::parseContents | ( | FILE * | f, |
| const DtString & | expected | ||
| ) | [protected, virtual] |
| virtual DtString DtShapeProjectionInformation::parseString | ( | FILE * | f | ) | [protected, virtual] |
| virtual DtString DtShapeProjectionInformation::allBetweenBrackets | ( | FILE * | f | ) | [protected, virtual] |
| virtual void DtShapeProjectionInformation::addChildren | ( | FILE * | f | ) | [protected, virtual] |
| virtual void DtShapeProjectionInformation::parseKeyValuePair | ( | ) | [protected, virtual] |
DtString DtShapeProjectionInformation::myKey [protected] |
Referenced by key().
DtString DtShapeProjectionInformation::myValue [protected] |
Referenced by setValue(), and value().
DtString DtShapeProjectionInformation::mySubKey [protected] |
Referenced by children().
std::map<DtString, DtString> DtShapeProjectionInformation::myKeywords [protected] |