27#include <Inventor/lists/SbList.h>
28#include <Inventor/SbVec3f.h>
46 void clip(
const SbPlane & plane);
48 int getNumVertices(
void)
const;
50 void * getVertexData(
const int idx)
const;
56 SbClipData(
const SbVec3f & v,
void * data)
69 SbClipCallback * callback;
73 void outputVertex(
const SbVec3f &v,
void * data);
The SbClip class is a generic polygon clipper class.
Definition SbClip.h:39
The SbList class is a template container class for lists.
Definition SbList.h:47
The SbPlane class represents a plane in 3D space.
Definition SbPlane.h:34
The SbVec2f class is a 2 dimensional vector with floating point coordinates.
Definition SbVec2f.h:36
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition SbVec3f.h:37