#include <Primitive.h>
Public Member Functions | |
virtual AxisAlignedBox_xyz | bbox () const =0 |
virtual size_t | nbVertices () const =0 |
virtual const Feedback3DColor & | sommet3DColor (size_t) const =0 |
virtual const Vector3 & | vertex (size_t) const =0 |
virtual | ~Primitive () |
Protected Attributes | |
int | _vibility |
Definition at line 120 of file Primitive.h.
|
inlinevirtual |
Definition at line 123 of file Primitive.h.
|
pure virtual |
Implemented in vrender::Polygone, vrender::Segment, and vrender::Point.
|
pure virtual |
Implemented in vrender::Polygone, vrender::Segment, and vrender::Point.
|
pure virtual |
Implemented in vrender::Polygone, vrender::Segment, and vrender::Point.
|
pure virtual |
Implemented in vrender::Polygone, vrender::Segment, and vrender::Point.
|
protected |
Definition at line 147 of file Primitive.h.