8 #ifndef META_OCEAN_RENDERING_LINE_STRIPS_H
9 #define META_OCEAN_RENDERING_LINE_STRIPS_H
This class is the base for all rendering line strips.
Definition: LineStrips.h:35
LineStrips()
Creates a new line strips object.
virtual Scalar lineWidth() const
Returns the width (thickness ) in pixels at which all lines will be rendered.
ObjectType type() const override
Returns the type of this object.
~LineStrips() override
Destructs a line strips object.
virtual void setLineWidth(const Scalar width)
Sets the width (thickness) in pixels at which all lines will be rendered.
ObjectType
Definition of different object type.
Definition: Object.h:63
This class implements a smart rendering object reference.
Definition: rendering/ObjectRef.h:34
This class is the base class for all primitive with strip organization.
Definition: StripPrimitive.h:35
float Scalar
Definition of a scalar type.
Definition: Math.h:128
SmartObjectRef< LineStrips > LineStripsRef
Definition of a smart object reference holding a line strips node.
Definition: LineStrips.h:21
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15