20#include <matrix/vlVector.h>
63 virtual const std::string&
type()
const override;
75 virtual const DtVector&
getMin()
const;
76 virtual void setMin(
const DtVector& val);
78 virtual const DtVector&
getMax()
const;
79 virtual void setMax(
const DtVector& val);
virtual const std::string & type() const override
Get the name of the message type.
virtual void setClip(bool val)
virtual void deserialize(DtStreamReader &reader) override
Deserializes the message from a stream reader.
virtual void setMax(const DtVector &val)
static UInt64 theVersionNumber()
virtual void setDuration(double val)
virtual void serialize(DtStreamWriter &writer) const override
Serializes the message to a stream writer.
static DebugDrawCubeMessage * create()
DebugDrawCubeData getData() const
DebugDrawCubeData myData
Definition debugDrawCube.h:115
static DebugDrawCubeMessage * createFromData(const DebugDrawCubeData)
static const makVre::DtVreMessageId & theId()
virtual void setLayerId(const std::string &val)
virtual void setLayerName(const std::string &val)
static const std::string & theType()
static message identity functions
virtual const std::string & getLayerId() const
virtual int getFill() const
virtual const DtVector & getMax() const
virtual int messageSize() const override
Static decode function pattern for derived classes.
bool operator==(const DebugDrawCubeMessage &rhs) const
virtual const std::string & getLayerName() const
virtual void setMin(const DtVector &val)
virtual ~DebugDrawCubeMessage() override
virtual void setFill(int val)
static makVre::DtVreMessage * decode(char *buffer, int length)
virtual const DtVector & getMin() const
virtual double getDuration() const
virtual void setColor(const makVre::DtColor &val)
virtual const makVre::DtColor & getColor() const
virtual bool getClip() const
virtual const makVre::DtVreMessageId & messageId() const override
Gets the message ID object.
DebugDrawCubeData getData()
static makVre::DtVreMessageId theMessageId
Definition debugDrawCube.h:111
static DebugDrawCubeMessage * createFrom(DebugDrawCubeMessage *)
static UInt64 theVersion
Definition debugDrawCube.h:112
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
constexpr const char * DebugDrawCubeMessageType
Definition debugDrawCube.h:28
unsigned long long UInt64
Unsigned 64-bit integer type.
Definition utilFunctions.h:42
Definition debugDrawCube.h:37
double myDuration
Definition debugDrawCube.h:47
makVre::DtColor myColor
Definition debugDrawCube.h:44
DtVector myMax
Definition debugDrawCube.h:43
std::string myLayerId
Definition debugDrawCube.h:41
DtVector myMin
Definition debugDrawCube.h:42
bool myClip
Definition debugDrawCube.h:46
bool operator==(const DebugDrawCubeData &rhs) const
std::string myLayerName
Definition debugDrawCube.h:40
int myFill
Definition debugDrawCube.h:45
Defines the base class for all VREngage messages.
Defines message identifier class for the VREngage messaging system.