13#include <vrfutil/rwTemplatedList.h>
14#include <readerWriter/rwString.h>
virtual void setDataType(const DtString &type)
Sets the data type of the parameter.
DtVortexInterfaceElementDescriptor(const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=0)
Constructor with symbol element name and registry.
virtual void setVortexName(const DtString &name)
Sets the Vortex parameter name.
virtual ~DtVortexInterfaceElementDescriptor() override
Virtual destructor.
DtRwString myVortexName
The parameter name in the Vortex physics engine.
Definition vortexInterfaceElementDescriptor.h:88
DtVortexInterfaceElementDescriptor()
Default constructor.
virtual const char * readerWriterType() const override
Gets the type identifier for reader/writer operations.
virtual const char * xmlType() const override
Gets the XML type identifier for this instance.
Definition vortexInterfaceElementDescriptor.h:84
DtVortexInterfaceElementDescriptor & operator=(const DtVortexInterfaceElementDescriptor &orig)
Assignment operator.
virtual const DtString & dataType() const
Gets the data type of the parameter.
virtual const DtString & vortexName() const
Gets the Vortex parameter name.
DtVortexInterfaceElementDescriptor(const DtVortexInterfaceElementDescriptor &orig, DtReaderWriterRegistry *parentRegistry=0)
Copy constructor.
static const char * theXmlType()
Gets the XML type identifier for serialization.
DtRwString myDataType
The data type of this parameter.
Definition vortexInterfaceElementDescriptor.h:91
DtVortexInterfaceElementDescriptor(const DtString &name, DtReaderWriterRegistry *parentRegistry=0)
Constructor with element name and registry.
Defines export macros for the vreVrfVortexObjparam library.
#define VREVRFVORTEXOBJPARAM_DLL
Definition export.h:19
Include export definitions for this library.
Definition glsVreMessageUtil.h:49
const char DtVortexInterfaceElementDescriptorType[]
Type identifier string for the DtVortexInterfaceElementDescriptor class.
Definition vortexInterfaceElementDescriptor.h:18
DtRwTemplatedListPtr< DtVortexInterfaceElementDescriptor, true > DtVortexInterfaceElementList
Type definition for a list of Vortex interface element descriptors.
Definition vortexInterfaceElementDescriptor.h:98