47 virtual bool onlyInArea()
const;
48 virtual void setOnlyInArea(
bool v);
53 virtual int changesPerPublishedObject()
const;
54 virtual void setChangesPerPublishedObject(
int v);
61 virtual void setTypesForIndividualSwitches(
const DtRwStringList& list);
62 virtual bool isTypeForIndividualSwitch(
const DtString& t)
const;
70 virtual bool isIgnoredType(
const DtString& t)
const;
75 virtual double publishedSwitchRadius()
const;
76 virtual void setPublishedSwitchRadius(
double v);
DtRwReal myPublishedSwitchRadius
Parameter Name: published-switch-radius Parameter Description: Radius that is published around the lo...
Definition: dynamicTerrainControllerDescriptor.h:111
DtRwStringList myIgnoredTypes
Parameter Name: ignored-types Parameter Description: List of the types dynamic terrain changes to ign...
Definition: dynamicTerrainControllerDescriptor.h:106
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
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 myOnlyInArea
Parameter Name: only-in-area Parameter Description: Only dynamic terrain changes in the area to which...
Definition: dynamicTerrainControllerDescriptor.h:91
Instances of DtDynamicTerrainControllerDescriptor are used to specify the parameters for a DtDynamicT...
Definition: dynamicTerrainControllerDescriptor.h:19
Description: Readable, Writable int.
Definition: rwInt.h:25
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
DtRwStringList myTypesForIndividualSwitches
Parameter Name: types-for-individual-switches Parameter Description: Any dynamic terrain changes usin...
Definition: dynamicTerrainControllerDescriptor.h:102
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
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()
Definition: rwStringList.h:20
DtRwInt myChangesPerPublishedObject
Parameter Name: changes-per-published-object Parameter Description: The number of individual dynamic ...
Definition: dynamicTerrainControllerDescriptor.h:95