VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
dynamicTerrainLinearDeformationControllerDescriptor.h
Go to the documentation of this file.
1 
8 
9 #pragma once
10 
15 
17 
21 {
22 public:
23 
26  DtReaderWriterRegistry * parentRegistry = 0);
27 
30 
34  DtReaderWriterRegistry * parentRegistry = 0);
35 
39 
42  virtual DtString type() const override;
43 
44  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry* parentRegistry = 0) const override;
45 
47  static DtComponentDescriptor * creator();
48 
49  virtual const DtRwDynamicTerrainLinearDeformationList& linearDeformationList() const;
50  virtual void setLinearDeformationList(const DtRwDynamicTerrainLinearDeformationList& list);
51 
53  virtual bool matchesLinearDeformation(const DtEntityType& typeToFind, DtRwDynamicTerrainLinearDeformation** iterToReturn) const;
54 
57  virtual int changesPerPublishedObject() const;
58  virtual void setChangesPerPublishedObject(int v);
60 
61 protected:
62 
66 
71 
76 
77 };
DtRwInt myChangesPerPublishedObject
Parameter Name: changes-per-published-object Parameter Description: The number of individual dynamic ...
Definition: dynamicTerrainLinearDeformationControllerDescriptor.h:74
DtRwDynamicTerrainLinearDeformationList myLinearDeformationlist
Parameter Name: linear-deformation-type Parameter Description: Specify shape type of the the linear t...
Definition: dynamicTerrainLinearDeformationControllerDescriptor.h:70
DtRwTemplatedListPtr< DtRwDynamicTerrainLinearDeformation, true > DtRwDynamicTerrainLinearDeformationList
Definition: dynamicTerrainLinearDeformationControllerDescriptor.h:16
#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
/******************************************************************************* ** Copyright (c) 202...
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
Description: Readable, Writable int.
Definition: rwInt.h:25
Definition: rwDynamicTerrainLinearDeformation.h:18
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Instances of DtDynamicTerrainLinearDeformationControllerDescriptor are used to specify the parameters...
Definition: dynamicTerrainLinearDeformationControllerDescriptor.h:20
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
static DtComponentDescriptor * creator()

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)