35 virtual void setSimulationObject(
const DtUUID&);
47 virtual const char*
xmlType()
const override
UUID is a unique ID wrapper class.
Definition: uuid.h:59
DtRwPlanSimulationObject & operator=(const DtRwPlanVariable &orig)
Definition: rwPlanSimulationObject.h:42
bool operator==(const DtRwPlanVariable &orig) const
bool operator!=(const DtRwPlanSimulationObject &orig) const
Definition: rwPlanSimulationObject.h:44
Definition: readerWriterRegistry.h:39
DtRwPlanVariable & operator=(const DtRwUUID &orig)
Definition: rwPlanVariable.h:37
uuid class
Definition: rwUUID.h:26
static const char * theXmlType()
The type that is used when archiving to an XML stream.
The DtRwPlanSimulationObject is a variable that is used in the plan language to represent a simulatio...
Definition: rwPlanSimulationObject.h:17
DtRwTranslatableStringObject is a simple class that will keep track of strings that can be translated...
Definition: rwTranslatableStringObject.h:31
DtRwUUID mySimulationObject
Definition: rwPlanSimulationObject.h:53
The DtRwPlanVariable is a base class that minimally implements a plan variable. Subclasses will imple...
Definition: rwPlanVariable.h:18
const DtUUID & simulationObject() const
Definition: rwPlanSimulationObject.h:36
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
virtual const char * readerWriterType() const override
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
virtual const char * xmlType() const override
Definition: rwPlanSimulationObject.h:47