9 #ifndef DtAggregateEmbarkationDescriptor_H_
10 #define DtAggregateEmbarkationDescriptor_H_
61 virtual bool embarkAggregate()
const;
62 virtual void setEmbarkAggregate(
bool);
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
virtual DtString type() const
Returns the type of component this descriptor describes.
DtEmbarkationDescriptor & operator=(const DtEmbarkationDescriptor &orig)
assignment
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
Definition: readerWriterRegistry.h:39
DtAggregateEmbarkationDescriptor; descriptor for a DtAggregateEmbarkation component.
Definition: aggregateEmbarkationDescriptor.h:29
static DtComponentDescriptor * creator()
Instances of DtEmbarkationDescriptor are used to specify the parameters for a DtEmbarkationController...
Definition: embarkationDescriptor.h:24
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
DtRwBoolean myEmbarkAggregate
Parameter Name: embark-aggregate Parameter Description: Sets whether or not to embark the aggregate a...
Definition: aggregateEmbarkationDescriptor.h:79
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const