62 virtual const bool isPointEnabled()
const;
63 virtual void setPointEnabled(
const bool state);
70 virtual const int pointPart()
const;
71 virtual void setPointPart(
const int pointPart);
82 virtual const DtString& pointType()
const;
bool operator==(const DtReaderWriter &) const
Equivalence operator.
DtRefuelPointsList(const DtSymbolString &name, const DtRefuelPointsList &orig, DtReaderWriterRegistry *parentRegistry=NULL)
Definition: refuelPointsList.h:144
virtual const char * readerWriterType() const
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
Definition: symbolString.h:20
DtRefuelPoint.
Definition: refuelPointsList.h:27
DtRwString myRefuelPointType
Parameter Name: refuel-point-type Parameter Description: Whether the refuel point is a boom or drogue...
Definition: refuelPointsList.h:122
DtRefuelPointsList(const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL)
Definition: refuelPointsList.h:137
Definition: readerWriter.h:85
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
Definition: readerWriterRegistry.h:39
DtRefuelPointsList()
default constructor
Definition: refuelPointsList.h:131
bool operator!=(const DtRefuelPoint &rhs) const
Definition: refuelPointsList.h:99
VectorOffset3D is a direction vector that is relative to some direction specified by a Vector3D...
Definition: scriptGeometry.h:424
Description: Readable, Writable int.
Definition: rwInt.h:25
DtRwBoolean myRefuelPointState
Parameter Name: refuel-point-enabled Parameter Description: Whether the refuel point is enabled or di...
Definition: refuelPointsList.h:109
DtRefuelPointsList(const DtString &name, DtReaderWriterRegistry *parentRegistry=NULL)
real constructor
Definition: refuelPointsList.h:134
DtRwInt myRefuelPointPart
Parameter Name: refuel-point-part Parameter Description: The art part of the refuel point...
Definition: refuelPointsList.h:113
virtual const char * xmlType() const
Definition: refuelPointsList.h:93
Specialized vector that can be used for the knowledge of an "offset" rather than location vector...
Definition: rwVector.h:109
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
A version of DtRwList that contains a homogeneous list of a templated RW type. The templated type spe...
Definition: rwTemplatedList.h:26
DtRwOffsetVector myRefuelPointOffset
Parameter Name: refuel-point-offset Parameter Description: The vector offset at which the refuel posi...
Definition: refuelPointsList.h:118
const char DtRefuelPointsListType[]
Definition: vrfRwTypes.h:173
#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
Definition: refuelPointsList.h:127
virtual const char * readerWriterType() const
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
Definition: refuelPointsList.h:152
const DtReaderWriter & operator=(const DtReaderWriter &orig)
assignment operator
static const char * theXmlType()
The type that is used when archiving to an XML stream.
voidpf uLong offset
Definition: ioapi.h:42
DtRefuelPointsList(const DtString &name, const DtRefuelPointsList &orig, DtReaderWriterRegistry *parentRegistry=NULL)
Definition: refuelPointsList.h:140
DtRefuelPointsList(const DtRefuelPointsList &orig, DtReaderWriterRegistry *parentRegistry=NULL)
Definition: refuelPointsList.h:148