36#include <Inventor/lists/SbList.h>
37#include <Inventor/SbVec3f.h>
55 void clip(
const SbPlane & plane);
57 int getNumVertices(
void)
const;
59 void * getVertexData(
const int idx)
const;
65 SbClipData(
const SbVec3f & v,
void * data)
78 SbClipCallback * callback;
82 void outputVertex(
const SbVec3f &v,
void * data);
The SbClip class is a generic polygon clipper class.
Definition SbClip.h:48
The SbList class is a template container class for lists.
Definition SbList.h:70
The SbPlane class represents a plane in 3D space.
Definition SbPlane.h:43
The SbVec2f class is a 2 dimensional vector with floating point coordinates.
Definition SbVec2f.h:49
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition SbVec3f.h:51