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

Public Member Functions | |
| DtMtFltGridDs () | |
| virtual | ~DtMtFltGridDs () |
| DtMtFltGridDs (const DtMtFltGridDs &node) | |
| DtMtFltGridDs & | operator= (const DtMtFltGridDs &orig) |
| virtual bool | readNode (const xmlNodePtr root, xmlNodePtr node) |
| virtual const DtMtFltGridStack * | gridStack () const |
| virtual bool | files (const DtFilename &mftFilename, vector< string > &files) |
Protected Member Functions | |
| bool | DtReplaceString (string &source, const string oldstr, const string newstr) |
| bool | DtReplaceString (string &source, const string oldstr, int newval) |
| Pre: oldstr must be in the form of "$(...)". | |
| bool | hasEnvironmentVariable (DtString &rootPath, DtString &envVar) |
| void | getRootPath (const DtFilename &mftFilename, DtString &rp) |
| void | solveEnvironmentVariable (DtString &rootPath, const DtString envVar) |
| void | solveStaticAttributesFilePattern (string &filePattern) |
Protected Attributes | |
| DtMtFltGridStack * | myGridStack |
| virtual DtMtFltGridDs::~DtMtFltGridDs | ( | ) | [virtual] |
| DtMtFltGridDs::DtMtFltGridDs | ( | const DtMtFltGridDs & | node | ) |
| DtMtFltGridDs& DtMtFltGridDs::operator= | ( | const DtMtFltGridDs & | orig | ) |
| virtual bool DtMtFltGridDs::readNode | ( | const xmlNodePtr | root, |
| xmlNodePtr | node | ||
| ) | [virtual] |
Reimplemented from DtMtFltDataset.
Reimplemented in DtMtFltGeomGridDs.
| virtual const DtMtFltGridStack* DtMtFltGridDs::gridStack | ( | ) | const [virtual] |
| virtual bool DtMtFltGridDs::files | ( | const DtFilename & | mftFilename, |
| vector< string > & | files | ||
| ) | [virtual] |
Implements DtMtFltDataset.
| bool DtMtFltGridDs::DtReplaceString | ( | string & | source, |
| const string | oldstr, | ||
| const string | newstr | ||
| ) | [protected] |
| bool DtMtFltGridDs::DtReplaceString | ( | string & | source, |
| const string | oldstr, | ||
| int | newval | ||
| ) | [protected] |
Pre: oldstr must be in the form of "$(...)".
| bool DtMtFltGridDs::hasEnvironmentVariable | ( | DtString & | rootPath, |
| DtString & | envVar | ||
| ) | [protected] |
| void DtMtFltGridDs::getRootPath | ( | const DtFilename & | mftFilename, |
| DtString & | rp | ||
| ) | [protected] |
| void DtMtFltGridDs::solveEnvironmentVariable | ( | DtString & | rootPath, |
| const DtString | envVar | ||
| ) | [protected] |
| void DtMtFltGridDs::solveStaticAttributesFilePattern | ( | string & | filePattern | ) | [protected] |
DtMtFltGridStack* DtMtFltGridDs::myGridStack [protected] |