![]() |
VR-Forces 5.0.2 Developer's Guide
|
Interface that will read in a comma delimited file.

Public Member Functions | |
| DtCsvMovementFileLoader () | |
| virtual | ~DtCsvMovementFileLoader () |
| virtual DtMovementFileData | loadMovementFileData (const DtFilename &, const std::string &configuration, int loadRows=-1) const |
| virtual DtScriptedMovementFileConfiguration | currentFileConfiguration () const |
| virtual DtScriptedMovementFileConfiguration | defaultFileConfiguration () const |
| virtual std::vector< std::string > | formatsForFile (const DtFilename &) const |
Static Public Member Functions | |
| static DtMovementFileLoaderInterface * | creator () |
Protected Attributes | |
| DtScriptedMovementFileConfiguration | myConfiguration |
| DtCsvMovementFileLoader::DtCsvMovementFileLoader | ( | ) |
CTOR.
|
virtual |
DTOR.
|
static |
|
virtual |
Returns the movement file data for this file laid out in an expected configuration format. Starts loading at the given row in the configuration returns the data loaded. -1 for loadRows means load all rows.
Implements DtMovementFileLoaderInterface.
|
virtual |
Returns the file configuration that matches the loaded data.
Implements DtMovementFileLoaderInterface.
|
virtual |
Returns a default file configuration for this loader interface.
Implements DtMovementFileLoaderInterface.
|
virtual |
Returns an empty list as there are currently no default formats available for csv files.
Implements DtMovementFileLoaderInterface.
|
mutableprotected |