VR-Forces 5.0.1 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;
35 
36  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
37  = 0) const;
38 
40  static DtComponentDescriptor * creator();
41 
43  virtual int findTrailingEffectForSoilRoughness(const DtString& soilRoughness) const;
44 
45 protected:
48 
49 protected:
51 };
52 
53 
#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
Definition: groundVehicleTrailingEffectControllerDescriptor.h:50

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)