#include <sglMonoIndexedTriangleSet.hpp>
Inheritance diagram for sglMonoIndexedTriangleSet::
Public Methods | |
sglMonoIndexedTriangleSet () | |
virtual | ~sglMonoIndexedTriangleSet () |
sglStats::PrimEnum | getPrimType () const |
GLenum | getGLPrimType () const |
unsigned int | getPrimSize () const |
AAEnum | getAAType () const |
virtual sglBound::IntersectResultEnum | intersectPrim (sglIntersectf &segset) |
virtual sglBound::IntersectResultEnum | intersectPrim (sglIntersectd &segset) |
Definition at line 36 of file sglMonoIndexedTriangleSet.hpp.
|
default constructor.
|
|
virtual destructor.
|
|
retrieve the type of primitive.
Reimplemented from sglGeoSet. Definition at line 45 of file sglMonoIndexedTriangleSet.hpp. |
|
default behaviour for unimplemented versions.
Reimplemented from sglDrawable. |