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