VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
groundVehicleTrailingEffectControllerDescriptor.h
Go to the documentation of this file.
1 
4 #pragma once
5 
9 #include "geometry/surface.h"
10 
12 
15 {
16 public:
19  parentRegistry = 0);
20 
23  DtReaderWriterRegistry * parentRegistry = 0);
24 
28 
31 
34  virtual DtString type() const override;
35 
36  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry* parentRegistry = 0) const override;
37 
39  static DtComponentDescriptor * creator();
40 
42  virtual int findTrailingEffectForSoilRoughness(const DtString& soilRoughness) const;
43 
44 protected:
47 
48 protected:
57 };
58 
59 
#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
Instances of DtRwIntegerList are lists of readable, writeable integers (DtRwInts). The list contains pointers to DtRwInt instances.
Definition: rwIntegerList.h:19
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
A descriptor for the DtGroundVehicleTrailingEffectsController. This indicates what trailing effects t...
Definition: groundVehicleTrailingEffectControllerDescriptor.h:14
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
static DtComponentDescriptor * creator()
DtRwIntegerList mySoilTypeToTrailList
Parameter Name: soil-type-to-trail-list Parameter Description: Used to retrieve the trail type when g...
Definition: groundVehicleTrailingEffectControllerDescriptor.h:56

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)