82 const DtString& name = DtString::nullString(),
94 const DtString& name = DtString::nullString(),
128 virtual void inheritValuesFromThisType(
132 virtual bool createLocalSubComponentTypes();
135 virtual bool createRemoteSubComponentTypes();
151 virtual void setMinTickPeriod(DtReal minTickPeriod);
155 virtual DtReal minTickPeriod()
const;
159 virtual void setMinTickPeriodVariance(DtReal minTickPeriodVariance);
163 virtual DtReal minTickPeriodVariance()
const;
168 virtual DtForceType forceType()
const;
169 virtual void setForceType(
const DtForceType force);
172 virtual bool hasGuiKeyword(
const DtString&)
const;
175 virtual const DtString& category()
const;
177 virtual void setCategory(
const DtString& category);
180 virtual bool categorySpecified()
const;
183 virtual const DtString& echelonLevel()
const;
185 virtual void setEchelonLevel(
const DtString& echelonLevel);
188 virtual bool echelonLevelSpecified()
const;
191 virtual const DtString& callsign()
const;
193 virtual void setCallsign(
const DtString& callsign);
196 virtual bool callsignSpecified()
const;
199 virtual bool organized()
const;
201 virtual void setOrganized(
bool organized);
205 virtual const DtString& mainComponent()
const;
206 virtual void setMainComponent(
const DtString&);
207 virtual bool mainComponentSpecified()
const;
212 virtual std::set<std::string> publicData()
const;
213 virtual void setPublicData(
const std::set<std::string>& list);
214 virtual bool publicDataSpecified()
const;
253 virtual DtDeadReckonTypes deadReckoningAlgorithm()
const;
254 virtual void setDeadReckoningAlgorithm(DtDeadReckonTypes
255 deadReckoningAlgorithm);
264 virtual const DtRwBoolean deadReckoningAllowGuiOverrides()
const;
265 virtual void setDeadReckoningAllowGuiOverrides(
bool allow);
271 deadReckoningThresholds);
274 virtual DtReal mass()
const;
275 virtual void setMass(
const DtReal mass);
291 virtual void setSubordinateObjects(
299 virtual void setAttachedObjects(
316 virtual void putData(std::string& fp,
int indentLevel = 0)
override;
324 virtual const Dt3dBoundingVolume * boundingVolume()
const;
327 virtual void setBoundingVolume(
const Dt3dBoundingVolume& newBoundingVolume);
334 virtual void setBoundingVolume(
const DtVector& localBvolDiagonal,
335 const DtVector&
offset = DtVector::zero());
339 boundingGeometryType()
const;
340 virtual void setBoundingGeometryType(
345 virtual double draft()
const;
348 virtual DtAggregateFormation formation()
const;
349 virtual void setFormation(DtAggregateFormation formation);
352 virtual DtU32 appearance()
const;
353 virtual void setAppearance(
const DtU32 appearance);
354 virtual bool appearanceSpecified()
const;
357 virtual const DtString& displayName()
const;
358 virtual void setDisplayName(
const DtString& s);
361 virtual const DtEntityType& defaultEntityType()
const;
362 virtual void setDefaultEntityType(
const DtEntityType& s);
365 virtual const DtString& displayDescription()
const;
366 virtual void setDisplayDescription(
const DtString& s);
369 virtual const DtString& engagementRules()
const;
370 virtual void setEngagementRules(
const DtString& engagementRules);
380 virtual void setStateRepositoryUserExtensionType(
const DtString& type);
381 virtual const DtString& stateRepositoryUserExtensionType()
const;
384 virtual DtEntityType objectType()
const;
385 virtual void setObjectType(
const DtEntityType& objectType);
388 virtual DtEntityType matchType()
const;
389 virtual void setMatchType(
const DtEntityType& objectType);
397 virtual bool taskedBySuperiorUponTaskComplete()
const;
398 virtual void setTaskedBySuperiorUponTaskComplete(
bool trueOrFalse);
401 virtual void setRangeRingPublisherTickTime(
double);
402 virtual double rangeRingPublisherTickTime()
const;
414 static void addParameterCreatorFcn(
const DtString & type,
421 void setParameterType(
const DtString&);
422 const DtString& parameterType()
const;
426 virtual void setStateRepositoryUserExtension(
445 virtual DtTime underFireTime()
const;
450 virtual void setUnderFireTime(
DtTime time);
455 virtual bool underFireTimeSpecified()
const;
460 virtual DtReal underFireDistance()
const;
465 virtual void setUnderFireDistance(DtReal underFireDistance);
471 virtual bool underFireDistanceSpecified()
const;
475 virtual const DtSimSector& initialSectorOfResponsibility()
const;
476 virtual void setInitialSectorOfResponsibility(
const DtSimSector& sor);
487 virtual void setTaskExecutionRulesFilename(
const DtFilename&);
493 virtual void setHlaFomClass(
const DtString&);
494 virtual const DtString& hlaFomClass()
const;
509 virtual const std::list<DtSimArtPartDescriptor*>* configuredArtPartList()
const;
514 virtual const std::list<DtSimArtPartDescriptor*>* componentDefaultArtPartList()
const;
517 virtual void connectSystems();
524 virtual DtEnvValueSP objectNode();
553 virtual void setPublishParameterData(
bool);
554 virtual bool publishParameterData()
const;
558 virtual void setDisplayObjectImage(
int);
559 virtual int displayObjectImage()
const;
574 virtual void setUiFilename(
const DtString& uiFilename);
575 virtual DtString uiFilename()
const;
577 virtual void setCanCreateAsNew(
bool);
578 virtual bool canCreateAsNew()
const;
583 virtual void setCanMoveOntoEmbarked(
bool);
584 virtual bool canMoveOntoEmbarked(
const DtEntityType& = DtEntityType())
const;
586 virtual void setSameObjectTypeCanAutoEmbark(
bool);
587 virtual bool sameObjectTypeCanAutoEmbark()
const;
595 virtual bool dynamicFeatureEnabled()
const;
596 virtual void setDynamicFeatureEnabled(
bool enabled);
599 virtual double dynamicFeatureWidth()
const;
600 virtual void setDynamicFeatureWidth(
double w);
603 virtual bool spatiallySearchable()
const;
605 virtual void setSpatiallySearchable(
bool searchable);
609 virtual void rebuildArtPartList();
615 const DtString& systemName = DtString::nullString());
641 std::list<DtSimArtPartDescriptor*>& artPartList);
650 virtual void addArtPartDescriptorProcessor(
const DtString& componentType,
651 const ArtPartDescriptorProcessor& fcn);
672 virtual void addStateDataFromComponents();
bool operator==(const DtReaderWriter &) const
Equivalence operator.
Instances of DtVrfObjectParameters are the readable/writeable objects that contain the information ne...
Definition: vrfObjectParameters.h:64
DtRwProperties myParameterData
Properties that are specific to this parameter as read from the OPE file. These properties cannot be ...
Definition: vrfObjectParameters.h:1043
DtRwInt myDisplayObjectImage
Parameter Name: display-object-image Parameter Description: In the object palette, show: 0 - No image 1 - Image file if it exists 2 - List icon Parameter Default Value: 1 (Image file) .
Definition: vrfObjectParameters.h:1162
DtSimResourceManager myResourceManager
Parameter Name: resources Parameter Description: Specifies the types and amount of resources the enti...
Definition: vrfObjectParameters.h:962
DtRwBoolean myPublishParameterData
Parameter Name: publish-parameter-data Parameter Description: Set to true to publish the parameter da...
Definition: vrfObjectParameters.h:1063
virtual void prePutSelf()
Called before either version of put self (file or environment). Default is no-op. ...
DtRwTime myUnderFireTime
Parameter Name: under-fire-time Parameter Description: Deprecated. This concept is now modeled in the...
Definition: vrfObjectParameters.h:991
DtVrfSubObjectParameterList * mySubordinateObjects
Parameter Name: subordinate-objects Parameter Description: (Optional) List of entries specifying subo...
Definition: vrfObjectParameters.h:930
DtRwBoolean myCanMoveOntoEmbarked
Parameter Name: can-move-onto-embarked Parameter Description: Whether or not this object can be embar...
Definition: vrfObjectParameters.h:1104
DtRwString myEchelonLevel
Parameter Name: echelon-level Parameter Description: The echelon level to use for this entity when cr...
Definition: vrfObjectParameters.h:779
DtString myParameterType
String that keeps the type of parameter this is Local only – not part of descriptor.
Definition: vrfObjectParameters.h:1023
DtRwString myDisplayName
Parameter Name: display-name Parameter Description: Name to display to user in Simulation Object Edit...
Definition: vrfObjectParameters.h:1076
std::map< DtString, ArtPartDescriptorProcessor > ArtPartDescProcMap
Definition: vrfObjectParameters.h:1197
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
DtSimSector myInitialSectorOfResponsibility
Parameter Name: initial-sector-of-responsibility Parameter Description: The sector of responsibility ...
Definition: vrfObjectParameters.h:1006
DtRwEntityTypes myCanMoveOntoEmbarkedTypes
Parameter Name: can-move-onto-types Parameter Description: If can move onto if embarked, the types that are allowed. Empty list means all types (default) Parameter Units: Parameter Default Value: False.
Definition: vrfObjectParameters.h:1116
DtTaskExecutionRules myTaskExecutionRules
Task execution rules. This is the structure that is read in from the file pointed to by myTaskExecuti...
Definition: vrfObjectParameters.h:1019
DtSimArtPartDescriptorList myArtPartList
Parameter Name: art-parts Parameter Description: List of configured articulated parts on this type of...
Definition: vrfObjectParameters.h:1142
DtRwString myHlaFomClass
Parameter Name: hla-fom-class Parameter Description: Specifies the HLA FOM class to be published...
Definition: vrfObjectParameters.h:1122
DtVrfObjectParameters *(* DtSimObjectParametersCreatorFcn)(DtEnvironmentSP env, DtEnvValueSP *objectNode)
Definition: vrfObjectParameterFactory.h:25
Definition: readerWriterRegistryData.h:25
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
A readable, writable type that holds an articulated part type, attached-to part type, attachment point, and a list of art-part params (DtSimArtPartParamList). The read/write name is not used for anything in particular, and therefore may be used for file readability.
Definition: simArtPartDescriptor.h:28
DtComponentDescriptorList mySensorDescriptorList
Parameter Name: sensors Parameter Description: List of sensor controller component descriptors...
Definition: vrfObjectParameters.h:850
DtRwNLengthStringVector is a named, readable/writable vector of strings of arbitrary length...
Definition: rwNLengthStringVector.h:28
DtRwString myUiFilename
Parameter Name: ui-filename Parameter Description: name of the .ui file used to configure this entity...
Definition: vrfObjectParameters.h:1089
DtRwReal myMass
Parameter Name: mass Parameter Description: The mass of the entity. Parameter Default Value: 5000...
Definition: vrfObjectParameters.h:894
void setParameterType(const DtString &)
Sets/gets type of parameter.
Definition: vrfObjectParameters.h:1201
DtRwNLengthStringVector myPublicData
Parameter Name: public-data Parameter Description: List of public data that is supported by this comp...
Definition: vrfObjectParameters.h:1154
virtual void postGetSelf()
Called after either version of getSelf (mtl or environment). Default is no-op.
Description: DtSimSector is a readable/writable description of a sector of responsibility (center and...
Definition: simSector.h:20
DtVrfObjectSubComponentTypes * myRemoteSubComponentTypes
Parameter Name: remote-objects Parameter Description: Specifies the state-repository, net-interface, task-manager, radio, and component-manager to be used for remotely simulated objects.
Definition: vrfObjectParameters.h:735
DtRwTerrainCategoryMask myLosTerrainCategoryMask
Parameter Name: los-terrain-category-mask Parameter Description: The types of terrain that are requir...
Definition: vrfObjectParameters.h:1169
DtVrfSubObjectParameterList is a readable/writable list of DtVrfSubObjectParameterEntrys.
Definition: vrfSubObjectParameterList.h:21
List of DtComponentSystemDescriptor instances.
Definition: componentSystemDescriptorList.h:20
DtComponentDescriptorList myControllerDescriptorList
Parameter Name: controllers Parameter Description: List of controller component descriptors.
Definition: vrfObjectParameters.h:854
virtual DtlObjPtr getData(DtlObjPtr args, const SearchPaths &searchPaths, const DtVariableBindingsList &variableBindings)
Deriving class overrides these to get/put class specific data.
Definition: readerWriter.h:85
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
DtReaderWriterFile myTaskExecutionRulesFilename
Parameter Name: task-execution-rules Parameter Description: The name of the file that contains the ta...
Definition: vrfObjectParameters.h:1014
class DtSimResourceManager:
Definition: simResourceManager.h:19
Instances of DtComponentDescriptorList are readable/writeable lists of DtComponentDescriptor objects...
Definition: componentDescriptorList.h:22
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
DtRwDeadReckonThresholds myDeadReckoningThresholds
Parameter Name: dr-thresholds Parameter Description: The translation, rotation, and aggregate dimensi...
Definition: vrfObjectParameters.h:834
const DtString & parameterType() const
Definition: vrfObjectParameters.h:1206
Definition: readerWriterRegistry.h:39
DtRwTerrainCategoryMask myMovementTerrainCategoryMask
Parameter Name: movement-terrain-category-mask Parameter Description: The types of terrain that are r...
Definition: vrfObjectParameters.h:1176
DtRwReal myMinTickPeriod
Parameter Name: min-tick-period Parameter Description: Specifies the shortest period of time...
Definition: vrfObjectParameters.h:800
DtRwString myDisplayDescription
Parameter Name: display-description Parameter Description: Description of parameter to display in Sim...
Definition: vrfObjectParameters.h:1082
DtRwString myMainComponent
Parameter Name: main-component Parameter Description: The component that is considered the root (main...
Definition: vrfObjectParameters.h:1148
Description: Readable, Writable DtDeadReckonTypes.
Definition: rwDeadReckonTypes.h:30
Instances of DtSimArtPartDescriptorList are lists of DtSimArtPartDescriptors. This is an optional par...
Definition: simArtPartDescriptorList.h:16
List of DtRadioDescriptor subclasses that can be read from a RW type file. This class owns all descri...
Definition: radioDescriptorList.h:27
DtVrfStateRepositoryUserExtension * myStateRepositoryUserExtension
Parameter Name: user-extension Parameter Description: Extension to the state repository class...
Definition: vrfObjectParameters.h:985
const SpecificRwType * findProperty(const DtReaderWriter &properties, const DtString &propertyName)
Finds the ReaderWriter object in the given set of properties with the specified name. Then verifies that the ReaderWriter matches the type specified as the template argument. Returns a valid pointer if successful.
static DtReaderWriterFactory * factory()
Definition: rwDeadReckonThresholds.h:23
DtVrfObjectParameterFactory is a hashlist of DtSimObjectParametersCreatorFcn, indexed by a string typ...
Definition: vrfObjectParameterFactory.h:31
DtVrfObjectSubComponentTypes.
Definition: vrfObjectSubComponentTypes.h:25
DtRwBoolean mySameObjectTypeCanAutoEmbark
Parameter Name: same-object-type-can-auto-embark Parameter Description: Whether or not the same objec...
Definition: vrfObjectParameters.h:1110
DtEntityType myMatchType
An extended form of the DIS/RPR FOM entity enumerated type. Specifies the key used to look up the ent...
Definition: vrfObjectParameters.h:692
bool operator!=(const DtReaderWriter &rhs) const
Definition: readerWriter.h:121
DtRwDeadReckonTypes myDeadReckoningAlgorithm
Parameter Name: dr-algorithm Parameter Description: The VR-Link dead-reckoning algorithm to use when ...
Definition: vrfObjectParameters.h:822
DtRwReal myDynamicFeatureWidth
Parameter Name: dynamic-feature-width Parameter Description: When dynamic-feature-enabled is True...
Definition: vrfObjectParameters.h:1186
DtRwAppearance myDefaultAppearance
Parameter Name: default-appearance Parameter Description: Unsigned int used to set default valus for ...
Definition: vrfObjectParameters.h:751
DtRwReal myUnderFireDistance
Parameter Name: under-fire-distance Parameter Description: Deprecated. This concept is now modeled in...
Definition: vrfObjectParameters.h:997
std::list< const DtRwVariableBindings * > DtVariableBindingsList
Definition: readerWriterRegistry.h:29
DtRwProperties myInternalStateData
Properties that will be added to the state repository of this particular entity. These values can be ...
Definition: vrfObjectParameters.h:1052
Class Description: Readable, writable form of DtAppearance.
Definition: rwAppearance.h:16
std::list< DtSimArtPartDescriptor * > myConfiguredArtPartList
A list containing all the art part descriptors for parts that will be available to the entity...
Definition: vrfObjectParameters.h:1029
DtRwString myEngagementRules
Parameter Name: engagement-rules Parameter Description: (Optional) The engagement rules the entity wi...
Definition: vrfObjectParameters.h:945
Description: Readable, Writable int.
Definition: rwInt.h:25
DtRwBoolean myIlluminationRecalcTime
Parameter Name: illumination-recalc-time Parameter Description: Amount of time (in seconds) to recalc...
Definition: vrfObjectParameters.h:1070
std::vector< DtFilename > SearchPaths
Definition: readerWriter.h:92
DtRwReal myRangeRingPublisherTickTime
The tick time of the range ring "publisher" for range ring parameter and state data. Default is -1 (as fast as possible) Value is in seconds of simulation time.
Definition: vrfObjectParameters.h:1056
DtRwFormationType myFormationType
Parameter Name: formation Parameter Description: (Optional) One of the following: ...
Definition: vrfObjectParameters.h:747
DtRwBoolean myDeadReckoningAllowGuiOverrides
Parameter Name: bounding-geometry-type Parameter Description: Describes an object's bounding volume...
Definition: vrfObjectParameters.h:836
DtRwBoolean myOrganized
Parameter Name: is-organized Parameter Description: Specifies that the entity is part of the entity h...
Definition: vrfObjectParameters.h:793
Instances of DtVrfStateRepositoryUserExtension can be used by customers to extend the base DtVrfObjec...
Definition: vrfStateRepositoryUserExtension.h:20
DtRwString myStateRepositoryUserExtensionType
Parameter Name: state-repository-extension-type Parameter Description: Type of state repository exten...
Definition: vrfObjectParameters.h:970
DtRwEntityType myDefaultEntityType
Parameter Name: display-entity-type Parameter Description: Default entity type for platform to use in...
Definition: vrfObjectParameters.h:1128
DtEnvValueSP myObjectNode
Definition: vrfObjectParameters.h:1036
DtSimBoundingGeometryType
Definition: simBoundingGeometry.h:61
A DtReaderWriter subclass for DtTerrainCategoryMask. This accepts the mask names as both symbols and ...
Definition: rwTerrainCategoryMask.h:31
DtEntityType myObjectType
Definition: vrfObjectParameters.h:693
Rw Object which defines automatic connections between specified system categories / components...
Definition: rwAutoConnection.h:19
DtRwBoolean mySpatiallySearchable
Parameter Name: spatially-searchable Parameter Description: When true, this object will be added avai...
Definition: vrfObjectParameters.h:1192
virtual void getSelf(DtlObjPtr args, const DtReaderWriter::SearchPaths &searchPaths=SearchPaths(), const DtVariableBindingsList &variableBindings=nullVariableReference())
Top level to read itself from an input stream. searchPath is passed down to all DtReaderWriter member...
Instances of DtConnectionDescriptorList are readable/writeable lists of DtConnectionDescriptor object...
Definition: connectionDescriptorList.h:22
static DtVrfObjectParameterFactory * theFactory
Definition: vrfObjectParameters.h:1025
Description: A readable, writable DtForceType.
Definition: rwForceType.h:26
DtVrfObjectSubComponentTypes * myLocalSubComponentTypes
Parameter Name: local-objects Parameter Description: Specifies the state-repository, net-interface, task-manager, radio, and component-manager to be used by locally simulated objects.
Definition: vrfObjectParameters.h:729
static const DtVariableBindingsList & nullVariableReference()
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
File: rwEntType.h.
Definition: rwEntityType.h:26
Definition: rwNavigationParameters.h:27
DtRwBoundingGeometryType myBoundingGeometryType
Parameter Name: bounding-geometry-type Parameter Description: Describes an object's bounding volume...
Definition: vrfObjectParameters.h:710
DtComponentDescriptorList myActuatorDescriptorList
Parameter Name: actuators Parameter Description: List of actuator component descriptors.
Definition: vrfObjectParameters.h:858
DtRwBoundingVolume myBvol
Parameter Name: bounding-volume Parameter Description: Specifies the bounding volume around an object...
Definition: vrfObjectParameters.h:723
class DtRwBoundingGeometryType:
Definition: rwBoundingGeometryType.h:20
Descriptor for a DtComponentSystem. Specified a system being added to an entity. This does not actual...
Definition: componentSystemDescriptor.h:23
virtual void putData(std::string &fp, int indentLevel=0)
Deriving class overrides these to get/put class specific data.
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
DtRwBoolean myDynamicFeatureEnabled
Parameter Name: dynamic-feature-enabled Parameter Description: When enabled, will add a new feature i...
Definition: vrfObjectParameters.h:1181
DtSimResource is a class which will define a SISO Enumeration to use as a resource and the quantity o...
Definition: simResource.h:32
unsigned int DtTerrainCategoryMask
This bitmask is made using DtTerrainCategory values.
Definition: rwTerrainCategoryMask.h:27
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
DtRwString myCallsign
Parameter Name: callsign Parameter Description: The default callsign to use for this entity...
Definition: vrfObjectParameters.h:786
DtRwProperties myStateData
Properties that will be added to the state repository of this particular entity. These values can be ...
Definition: vrfObjectParameters.h:1047
DtRwReal myMinTickPeriodVariance
Parameter Name: min-tick-period-variance Parameter Description: Specifies an amount within which the ...
Definition: vrfObjectParameters.h:808
DtRwBoolean myCanCreateAsNew
Parameter Name: can-create-as-new Parameter Description: Only for Simulation Object Editor...
Definition: vrfObjectParameters.h:1096
DtRwForceType myForceType
Parameter Name: force-type Parameter Description: The force to which the object belongs. One of the following:
Definition: vrfObjectParameters.h:763
const DtReaderWriter & operator=(const DtReaderWriter &orig)
assignment operator
DtVariableBindingsList myGetSelfVariableBindings
Local copy of variable bindings used to seed this parameter entry.
Definition: vrfObjectParameters.h:1195
A list of properties. A DtPropertyInterface object that is a specialized version of DtRwVariableBindi...
Definition: rwProperties.h:122
DtRwSensorSignatureList mySensorSignatureList
Parameter Name: sensor-signatures Parameter Description: Parameter Default Value: ...
Definition: vrfObjectParameters.h:899
DtComponentSystemDescriptorList mySystemDescriptorList
Parameter Name: systems Parameter Description: List of system descriptors. Systems are collections of...
Definition: vrfObjectParameters.h:846
DtConnectionDescriptorList myConnectionDescriptorList
Parameter Name: connections Parameter Description: The connections (Example 5.2, line 19) entry speci...
Definition: vrfObjectParameters.h:888
This RW class contains the rules for executing tasks on a particular type of entity. It contains lists of tasks that are mutually exclusive, meaning that they cannot be run at the same time on the entity.
Definition: taskExecutionRules.h:47
DtRwString myCategory
Parameter Name: category Parameter Description: The category string to use when creating an echelon I...
Definition: vrfObjectParameters.h:771
DT_DLL_readerWriter std::shared_ptr< DtEnvironment > DtEnvironmentSP
Definition: readerWriter.h:30
DtEnvironmentSP myEnvironment
Definition: vrfObjectParameters.h:1037
std::list< DtSimArtPartDescriptor * > myComponentDefaultArtPartList
A list containing all the art part descriptor default settings from attached actuators. These part settings are not used directly, but can be used to default those in the myConfiguredArtPartList.
Definition: vrfObjectParameters.h:1034
DtRwNavigationParameters myNavigationParameters
Parameter Name: bounding-geometry-type Parameter Description: Describes an object's bounding volume...
Definition: vrfObjectParameters.h:824
voidpf uLong offset
Definition: ioapi.h:42
Using a DtReaderWriterFile allows a DtReaderWriter object to be read in from an MTL stream contained ...
Definition: readerWriterFile.h:35
DtRwBoolean myTaskedBySuperiorUponTaskComplete
Parameter Name: tasked-by-superior-upon-task-complete Parameter Description: Flag indicating whether ...
Definition: vrfObjectParameters.h:977
File: rwBndingVol.h.
Definition: rwBoundingVolume.h:25
DtRadioDescriptorList myRadioDescriptorList
Parameter Name: radios Parameter Description: List of all radios on the entity.
Definition: vrfObjectParameters.h:840
ArtPartDescProcMap myArtPartDescProcs
Definition: vrfObjectParameters.h:1198
DtRwVisualMetaData myVisualMetaData
Parameter Name: visual-meta-data Parameter Description: If defined how the visual meta data will init...
Definition: vrfObjectParameters.h:1135
DtVrfSubObjectParameterList * myAttachedObjects
Parameter Name: attached-objects Parameter Description: Parameter Default Value: ...
Definition: vrfObjectParameters.h:935
A RW-List containing DtRwSensorSignature elements.
Definition: rwSensorSignatureList.h:20
DtAutoConnectionsListPtr myAutoConnections
Definition: vrfObjectParameters.h:1039
DtRwTemplatedListPtr< DtRwAutoConnection, true > DtAutoConnectionsListPtr
Definition: vrfObjectParameters.h:68