62 virtual const std::string&
type()
const override;
74 virtual const std::vector<DtVector>&
getPoints()
const;
75 virtual void setPoints(
const std::vector<DtVector>& val);
virtual void setPoints(const std::vector< DtVector > &val)
static DebugDrawTrisMessage * create()
virtual const std::vector< DtVector > & getPoints() const
static makVre::DtVreMessageId theMessageId
Definition debugDrawTris.h:107
virtual const std::string & getLayerId() const
virtual void setColor(const makVre::DtColor &val)
static makVre::DtVreMessage * decode(char *buffer, int length)
static DebugDrawTrisMessage * createFrom(DebugDrawTrisMessage *)
virtual double getDuration() const
virtual int getFill() const
static const makVre::DtVreMessageId & theId()
virtual void setClip(bool val)
virtual const makVre::DtColor & getColor() const
virtual void deserialize(DtStreamReader &reader) override
Deserializes the message from a stream reader.
virtual void setLayerId(const std::string &val)
static DebugDrawTrisMessage * createFromData(const DebugDrawTrisData)
static UInt64 theVersion
Definition debugDrawTris.h:108
virtual void setFill(int val)
virtual ~DebugDrawTrisMessage() override
virtual bool getClip() const
virtual const std::string & type() const override
Get the name of the message type.
virtual void serialize(DtStreamWriter &writer) const override
Serializes the message to a stream writer.
DebugDrawTrisData myData
Definition debugDrawTris.h:111
virtual void setDuration(double val)
static const std::string & theType()
static message identity functions
virtual void setLayerName(const std::string &val)
virtual int messageSize() const override
Static decode function pattern for derived classes.
virtual const std::string & getLayerName() const
DebugDrawTrisData getData()
bool operator==(const DebugDrawTrisMessage &rhs) const
virtual const makVre::DtVreMessageId & messageId() const override
Gets the message ID object.
static UInt64 theVersionNumber()
DebugDrawTrisData getData() const
Class for representing and manipulating RGBA colors.
Definition color.h:22
Reader class for decoding values from a byte array.
Definition byteStream.h:42
Writer class for encoding values into a byte array.
Definition byteStream.h:161
Abstract base class for all VREngage messages.
Definition vreMessage.h:50
Message identifier class for the VREngage messaging system.
Definition vreMessageId.h:35
Provides color representation and manipulation functionality.
Defines export macros for the VREngage Debug Manager library.
Include export definitions for this library.
Definition glsVreMessageUtil.h:49
unsigned long long UInt64
Unsigned 64-bit integer type.
Definition utilFunctions.h:42
constexpr const char * DebugDrawTrisMessageType
Definition debugDrawTris.h:28
Definition debugDrawTris.h:37
bool operator==(const DebugDrawTrisData &rhs) const
int myFill
Definition debugDrawTris.h:44
std::string myLayerName
Definition debugDrawTris.h:40
makVre::DtColor myColor
Definition debugDrawTris.h:43
std::string myLayerId
Definition debugDrawTris.h:41
std::vector< DtVector > myPoints
Definition debugDrawTris.h:42
bool myClip
Definition debugDrawTris.h:45
double myDuration
Definition debugDrawTris.h:46
Defines the base class for all VREngage messages.
Defines message identifier class for the VREngage messaging system.