15 #include <matrix/vlVector.h>
32 ClosestIntersection = 0x00000001,
33 SoilType = 0x00000002,
34 AllIntersectionsThroughPoint = 0x00000004,
35 IntersectVectors = 0x00000008,
36 LineOfSight = 0x00000010,
37 IntersectEntities = 0x00000020,
38 IntersectTerrain = 0x00000040,
39 Default = AllIntersectionsThroughPoint | SoilType | IntersectVectors | IntersectTerrain | IntersectEntities
46 start(s), end(e), userData(u) {};
68 virtual int type()
const;
73 virtual bool setFromNet(
const char* contentBuffer,
74 unsigned contentSize);
82 virtual void setRequestId(
unsigned long);
92 virtual void clearIntersectionRequests();
95 return myIntersectionRequests;
100 virtual void setRequestFlags(
int);
113 namespace DtBufferSerialize
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Definition: simInterfaceContent.h:78
virtual int netRepSize() const
Definition: simInterfaceContent.h:76
DT_DLL_readerWriter int getSize(const DtString &val)
The number of bytes required to encode the value.
#define DT_DLL_vrfmsgs
This file is used to determine how to build.
Definition: vrfmsgsDefines.h:28
virtual int type() const =0
virtual void printDataToString(DtString &str)
const DtSimInterfaceContent & operator=(const DtSimInterfaceContent &orig)
DT_DLL_readerWriter char * encode(const DtFilename &val, char *buffer)
Serializes the provided value val into buffer.
virtual bool setToNet()
Definition: simInterfaceContent.h:83
Definition: simInterfaceContent.h:45
DT_DLL_readerWriter const char * decode(DtString &val, const char *buffer)
Decodes a value from buffer and places the result in val of the type specified by val...
virtual DtSimInterfaceContent * clone() const =0