1 #ifndef COIN_SOFACEDETAIL_H 2 #define COIN_SOFACEDETAIL_H 36 #include <Inventor/details/SoPointDetail.h> 50 int getNumPoints(
void)
const;
53 int getFaceIndex(
void)
const;
54 int getPartIndex(
void)
const;
56 void setNumPoints(
const int num);
57 void setPoint(
const int idx,
const SoPointDetail *
const detail);
58 void setFaceIndex(
const int idx);
59 void setPartIndex(
const int idx);
61 void incFaceIndex(
void);
62 void incPartIndex(
void);
72 #endif // !COIN_SOFACEDETAIL_H static void initClass(void)
Definition: SoDetail.cpp:153
virtual SoDetail * copy(void) const =0
The SoPointDetail class is for storing detailed information for a single 3D point.Instances of this class are used among other things for storing information about the vertices of lines and polygons after pick operations, and for storing information returned to tessellation callbacks.
Definition: SoPointDetail.h:38
The SoFaceDetail class is for storing detailed polygon information.Instances of this class are used a...
Definition: SoFaceDetail.h:38
The SoDetail class is the superclass for all classes storing detailed information about particular sh...
Definition: SoDetail.h:39