![]() |
VR-Forces 4.2 Class Documentation
|
Interface that must be subclassed in order to be able to load a file for the movement file interface. More...

Public Member Functions | |
| virtual DtMovementFileData | loadMovementFileData (const DtFilename &, const std::string &configuration, int loadRows=-1) const =0 |
| Returns the movement file data for this file laid out in an expected configuration format. | |
| virtual DtScriptedMovementFileConfiguration | currentFileConfiguration () const =0 |
| Returns the file configuration that matches the loaded data. | |
| virtual DtScriptedMovementFileConfiguration | defaultFileConfiguration () const =0 |
| Returns a default file configuration for this loader interface. | |
| virtual std::vector< std::string > | formatsForFile (const DtFilename &) const =0 |
| If there are formats that can be applied to the loaded file, returns them. | |
Interface that must be subclassed in order to be able to load a file for the movement file interface.
|
pure 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
|
pure virtual |
Returns the file configuration that matches the loaded data.
|
pure virtual |
Returns a default file configuration for this loader interface.
|
pure virtual |
If there are formats that can be applied to the loaded file, returns them.