80 virtual bool publishLoadPoints()
const;
81 virtual void setPublishLoadPoints(
bool);
86 virtual bool flipDisembarkBodyX()
const;
87 virtual void setFlipDisembarkBodyX(
bool);
92 virtual bool flipDisembarkBodyY()
const;
93 virtual void setFlipDisembarkBodyY(
bool);
98 virtual const DtRwList* embarkationSlots()
const;
99 virtual DtRwList* embarkationSlots();
108 virtual bool init()
override;
DtRwBoolean myPublishLoadPoints
Parameter Name: publish-load-points Parameter Description: Flag indicating whether or not to publish ...
Definition: occupancyDirectorDescriptor.h:157
DtRwBoolean myFlipDisembarkBodyY
Parameter Name: flip-disembark-body-y Parameter Description: Whether or not to flip the sign on the d...
Definition: occupancyDirectorDescriptor.h:171
DtRwTemplatedListPtr< DtSlotExclusion, true > mySlotExclusions
Parameter Name: slot-exclusions Parameter Description: Lists of DtSlotExclusion objects that define t...
Definition: occupancyDirectorDescriptor.h:151
DtRwTemplatedListPtr< DtLoadPoint, true > myIngressPoints
Parameter Name: ingress-points Parameter Description: List of DtLoadPoint objects defining a location...
Definition: occupancyDirectorDescriptor.h:139
A Readable, Writable version of DtList. This class cannot be used directly, but must be inherited to ...
Definition: rwList.h:26
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
Class DtOccupancyDirectorDescriptor is a DtComponentDescriptor that has parameters that configure the...
Definition: occupancyDirectorDescriptor.h:33
virtual bool init()
Base class init does nothing, but will be called by createComponentDescriptor(), allowing derived cla...
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
DtRwBoolean myFlipDisembarkBodyX
Parameter Name: flip-disembark-body-x Parameter Description: Whether or not to flip the sign on the d...
Definition: occupancyDirectorDescriptor.h:164
bool operator!=(const DtReaderWriter &rhs) const
Definition: readerWriter.h:121
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
DtRwList * mySlots
Parameter Name: embarkation-slots Parameter Description: List of DtEmbarkationSlotEntry objects...
Definition: occupancyDirectorDescriptor.h:133
DtRwTemplatedListPtr< DtLoadPoint, true > myEgressPoints
Parameter Name: egress-points Parameter Description: List of DtLoadPoint objects defining a location ...
Definition: occupancyDirectorDescriptor.h:145
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
static DtComponentDescriptor * creator()
bool operator==(const DtComponentDescriptor &) const