62 virtual void putData(std::string& fp,
int indentLevel = 0);
68 virtual const DtUUID& simulationObject()
const;
UUID is a unique ID wrapper class.
Definition: uuid.h:59
virtual DtlObjPtr getData(DtlObjPtr args, const SearchPaths &searchPaths, const DtVariableBindingsList &variableBindings)
Deriving class overrides these to get/put class specific data.
Definition: readerWriter.h:85
Definition: readerWriterRegistry.h:39
Contains the DtUUID class declaration.
std::list< const DtRwVariableBindings * > DtVariableBindingsList
Definition: readerWriterRegistry.h:29
std::vector< DtFilename > SearchPaths
Definition: readerWriter.h:92
class DtPlan:
Definition: plan.h:92
DtSimCondExpr is an abstract base class representing various Conditional Expressions used by the Plan...
Definition: simCondExpr.h:53
DtSimCondExpr * myCondExpr
Definition: rwCondExpr.h:78
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:95
virtual void putData(std::string &fp, int indentLevel=0)
Deriving class overrides these to get/put class specific data.
class DtRwCondExpr:
Definition: rwCondExpr.h:26
#define DT_DLL_vrfplan
This file is used to determine how to build.
Definition: vrfplanDefines.h:28
const DtReaderWriter & operator=(const DtReaderWriter &orig)
assignment operator
A locally simulated VRF object. Holds all internal and external data for the object, and provides access to both the current frame and next frame state data for the object. All current frame data is read-only, and next-frame data can be written to. No thread safety guarantees are made on this object during the simulation frame and it should only be accessed by the thread that is simulating the object.
Definition: localObject.h:86