VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rwDynamicTerrainLinearDeformation.h
Go to the documentation of this file.
1 
8 
9 #pragma once
12 #include <vrfutil/rwEntityType.h>
13 #include <readerWriter/rwInt.h>
14 #include <vrfutil/rwKeyValueList.h>
15 
16 
17 #include <vrfutil/rwKeyValueList.h>
19 {
20 
21 public:
22 
25  DtReaderWriterRegistry * parentRegistry = 0);
26 
28  virtual ~DtRwDynamicTerrainLinearDeformation() override;
29 
33  DtReaderWriterRegistry * parentRegistry = 0);
34 
38 
39  virtual const DtEntityType& objectType() const;
40  virtual void setObjectType(const DtEntityType& type);
41 
42  virtual const DtRwKeyValueList& terrainKeyValuePairList() const;
43  virtual void setTerrainKeyValuePairList(const DtRwKeyValueList& type);
44 
45  virtual const DtRwKeyValueList& stateDataNameTerrainKeyPairList() const;
46  virtual void setStateDataNameTerrainKeyPairList(const DtRwKeyValueList& type);
47 
48 public:
49 
53 
58 
59 
64 
65 
70 
72 
73 };
74 
Class which holds a list of string key and string value pairs. This class is a DtReaderWriter, and also has associated DtBufferSerialize methods available.
Definition: rwKeyValueList.h:21
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
Definition: readerWriter.h:85
Definition: readerWriterRegistry.h:39
DtRwEntityType myObjectType
Parameter Name: object-type Parameter Description: Specify object type to represent the linear terrai...
Definition: rwDynamicTerrainLinearDeformation.h:57
Definition: rwDynamicTerrainLinearDeformation.h:18
File: rwEntType.h.
Definition: rwEntityType.h:26
const DtReaderWriter & operator=(const DtReaderWriter &orig)
assignment operator
DtRwKeyValueList myStateDataNameTerrainKeyPairList
Parameter Name: state-data-name-terrain-key-mapping Parameter Description: Specify key-value pairs P...
Definition: rwDynamicTerrainLinearDeformation.h:69
DtRwKeyValueList myTerrainKeyValuePairList
Parameter Name: terrain-key-value-pair-list Parameter Description: Specify key-value pairs for this t...
Definition: rwDynamicTerrainLinearDeformation.h:63

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)