50 virtual bool exportOrganization(
const std::map<std::string, std::string>& exportData,
53 virtual void determineAltitude(
const DtVector& local, DtGeodeticCoord& geod,
bool useAGL);
56 virtual bool exportTacticalGraphics(
const std::map<std::string, std::string>& exportData,
63 virtual bool importOrganization();
66 virtual bool importTacticalGraphics();
74 static void createObjectsCallback(
void*);
75 virtual void processCreateObjects();
This class is the interface for import from or export to CSV files. This class will not interact with...
Definition: vrfCsvScenarioDescriptionImporterExporter.h:28
virtual DtScenarioDescriptionImporterExporter * clone()
Clone to create a new copy of the object. Will be used as a "clean" version for import.
virtual bool importIntoSimulation(DtSimulationServices *)
Imports into the simulation. DtSimulationServices is not defined at this level, so subclasses at vrfo...
This class is the interface for a scenario description importer/exporter. Subclasses will implement t...
Definition: scenarioDescriptionImporterExporter.h:27
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
Definition: msdlHierarchyPropertyMappings.h:56
DtSimulationServices * mySimulationServices
Definition: vrfCsvScenarioDescriptionImporterExporter.h:95
virtual bool importFromSimulation(DtSimulationServices *, const std::map< std::string, std::string > &exportData, const DtMsdlHierarchyPropertyMappings &)
Imports from the simulation into internal structures. DtSimulationServices is not defined at this lev...
Definition: csvScenarioDescriptionImporterExporter.h:23
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:90
std::vector< ObjectInformation * > myOrganizationCreationOrder
Order in which to create organization items or tactical graphics. Empty elements will signal to stop ...
Definition: vrfCsvScenarioDescriptionImporterExporter.h:93
std::vector< ObjectInformation * > myOrganizedHierarchy
Hierarchy with top level nodes and tactical graphics only. This is what will be used to create the ob...
Definition: vrfCsvScenarioDescriptionImporterExporter.h:89
virtual bool complete() const
Return true if import is complete. Default is true.