44 virtual void setStartPoint(
const DtVector& location);
50 virtual void setEndPoint(
const DtVector& location);
57 virtual void setChangeableTypes(
const DtRwStringList& changeTypes);
59 virtual void addChangeableType(
const DtString& changeType);
65 virtual void setUnchangeableTypes(
const DtRwStringList& changeTypes);
67 virtual void addUnchangeableType(
const DtString& changeType);
73 virtual bool isChangeableType(
const DtString& changeType)
const;
78 virtual void setSwitchAllOnChord(
bool switchAll);
79 virtual bool switchAllOnChord()
const;
93 virtual bool setFromNet(
const char* contentBuffer,
94 unsigned contentSize);
DtRwStringList myChangeableTypes
Definition: switchDynamicTerrainAtPointCommand.h:105
virtual bool setToNet()
Calls netRep() to create the network buffer.
Sim command that causes the dynamic terrain state at a specific point to be switched to the next stat...
Definition: switchDynamicTerrainAtPointCommand.h:21
virtual DtString stringRep() const =0
Returns a human-readable string representation of the command.
Definition: readerWriterRegistry.h:39
DtRwStringList myUnchangeableTypes
Definition: switchDynamicTerrainAtPointCommand.h:106
Definition: rwVector.h:23
virtual int netRepSize() const
Returns the size in bytes of the network representation of the class.
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Sets mySubsimCommand member from the incoming contentBuffer (cast to type DtNetSimSimCommand).
const DtSimCommand & operator=(const DtSimCommand &orig)
assignment operator; same as copy constructor
DtSimCommand is an abstract base class from which commands can derive.
Definition: simCommand.h:32
DtRwBoolean mySwitchAllOnChord
Definition: switchDynamicTerrainAtPointCommand.h:107
virtual DtSimCommand * clone() const
Version of clone that preserves the existing name, and assigns a null parent registry.
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
DtRwVector myStartPoint
Definition: switchDynamicTerrainAtPointCommand.h:103
virtual const DtSimCommandMessageType & type() const =0
#define DT_DLL_vrfplan
This file is used to determine how to build.
Definition: vrfplanDefines.h:28
Definition: rwStringList.h:20
DtRwVector myEndPoint
Definition: switchDynamicTerrainAtPointCommand.h:104