#include <Primitive.h>

Public Member Functions | |
| virtual AxisAlignedBox_xyz | bbox () const =0 |
| virtual unsigned int | nbVertices () const =0 |
| virtual const Feedback3DColor & | sommet3DColor (int) const =0 |
| virtual const Vector3 & | vertex (int) const =0 |
| virtual | ~Primitive () |
Protected Attributes | |
| int | _vibility |
Definition at line 121 of file Primitive.h.
|
inlinevirtual |
Definition at line 124 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 148 of file Primitive.h.