VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rwQueuedDynamicTerrainVehicleTrackItem.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2020 MaK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
13 #include "readerWriter/rwBoolean.h"
14 
18 {
19 public:
20  DtRwQueuedDynamicTerrainVehicleTrackItem(const DtString& name = DtString::nullString(),
21  DtReaderWriterRegistry* const parentRegistry = NULL);
22 
24  virtual ~DtRwQueuedDynamicTerrainVehicleTrackItem() override;
25 
28  DtReaderWriterRegistry* parentRegistry = NULL);
29 
33  DtReaderWriterRegistry* parentRegistry = NULL);
34 
37  const DtTerrainGeometryAndData& orig,
38  DtReaderWriterRegistry* parentRegistry = NULL);
39 
43 
45 
49  virtual const char* readerWriterType() const override;
50 
53  virtual double delay() const;
54  virtual void setDelay(double s);
56 
57 protected:
59 
60 
61 };
62 
Definition: terrainGeometryAndData.h:24
bool operator==(const DtRwDynamicTerrainItem &rhs) const
DtRwQueuedDynamicTerrainVehicleTrackItem holds the information needed to make a dynamic change to the...
Definition: rwQueuedDynamicTerrainVehicleTrackItem.h:17
DtRwDynamicTerrainVehicleTrackItem & operator=(const DtRwDynamicTerrainVehicleTrackItem &orig)
assignment operator
Definition: rwDynamicTerrainVehicleTrackItem.h:24
Definition: readerWriterRegistry.h:39
virtual const char * readerWriterType() const override
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
DtRwTemplatedListPtr< DtRwQueuedDynamicTerrainVehicleTrackItem, true > DtRwQueuedDynamicTerrainVehicleTrackItemList
Definition: rwQueuedDynamicTerrainVehicleTrackItem.h:63
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
DtRwReal myDelay
Definition: rwQueuedDynamicTerrainVehicleTrackItem.h:58
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27

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)