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

Public Member Functions | |
| DtVrfTleScenarioDescriptionImporterExporter () | |
| DtVrfTleScenarioDescriptionImporterExporter. | |
| virtual | ~DtVrfTleScenarioDescriptionImporterExporter () |
| DTOR. | |
| virtual DtScenarioDescriptionImporterExporter * | clone () |
| Clone to create a new copy of the object. Will be used as a "clean" version for import. | |
| virtual bool | importIntoSimulation (DtSimManager *) |
| Imports into the simulation. | |
| virtual bool | importFromSimulation (DtSimManager *, const std::map< std::string, std::string > &exportData, const DtMsdlHierarchyPropertyMappings &) |
| Imports from the simulation into internal structures. | |
Public Member Functions inherited from DtTleScenarioDescriptionImporterExporter | |
| DtTleScenarioDescriptionImporterExporter () | |
| CTOR. | |
| virtual | ~DtTleScenarioDescriptionImporterExporter () |
| DTOR. | |
| virtual bool | loadScenarioDescription (const DtFilename &file, const std::map< std::string, std::string > &importData) |
| Loads information from the supplied ACO file into internal structures. | |
| virtual bool | saveScenarioDescription (const DtFilename &file, const DtScenario &) const |
| Saves the scenario description information to the specified file. | |
| virtual std::string | supportedExtensions () |
| Returns a space delimeted list of the extensions supported ("ACO txt") | |
| virtual bool | canImportFile (const DtFilename &) |
| Returns true if the supplied file can be loaded by this importer. | |
| virtual DtObjectParser * | parser () |
| Returns parser, if doesn't exist yet will create it. | |
| virtual void | setDesiredObjectType (const DtObjectType &type) |
| virtual DtObjectType | desiredObjectType () const |
Public Member Functions inherited from DtScenarioDescriptionImporterExporter | |
| DtScenarioDescriptionImporterExporter () | |
| CTOR Derived classes will need to create a parser. | |
| virtual | ~DtScenarioDescriptionImporterExporter () |
| DTOR. | |
| const DtScenario & | scenario () const |
| const std::string & | error () const |
| virtual void | setDesiredForce (int force) |
Protected Member Functions | |
| virtual bool | complete () const |
| Return true if import is complete. Default is true. | |
| virtual void | processCreateObjects () |
| virtual void | createOrbitingEntity (TleParsedItem &tleItem) |
| Creates an entity or an aggregate. If an aggregate will also aggregate entities into the hierarchy. | |
Static Protected Member Functions | |
| static void | createObjectsCallback (void *) |
| Creates objects. | |
Protected Attributes | |
| DtSimManager * | mySimManager |
Protected Attributes inherited from DtTleScenarioDescriptionImporterExporter | |
| DtObjectType | myDesiredObjectType |
Protected Attributes inherited from DtScenarioDescriptionImporterExporter | |
| DtScenario | myScenario |
| std::string | myError |
| DtObjectParser * | myParser |
| DtForceType | myDesiredForce |
| DtVrfTleScenarioDescriptionImporterExporter::DtVrfTleScenarioDescriptionImporterExporter | ( | ) |
|
virtual |
DTOR.
|
virtual |
Clone to create a new copy of the object. Will be used as a "clean" version for import.
Reimplemented from DtTleScenarioDescriptionImporterExporter.
|
virtual |
Imports into the simulation.
Reimplemented from DtTleScenarioDescriptionImporterExporter.
|
virtual |
Imports from the simulation into internal structures.
Reimplemented from DtTleScenarioDescriptionImporterExporter.
|
protectedvirtual |
Return true if import is complete. Default is true.
Reimplemented from DtScenarioDescriptionImporterExporter.
|
staticprotected |
Creates objects.
|
protectedvirtual |
|
protectedvirtual |
Creates an entity or an aggregate. If an aggregate will also aggregate entities into the hierarchy.
|
protected |