1 #ifndef COIN_SOFACEDETAIL_H 2 #define COIN_SOFACEDETAIL_H 27 #include <Inventor/details/SoPointDetail.h> 41 int getNumPoints(
void)
const;
44 int getFaceIndex(
void)
const;
45 int getPartIndex(
void)
const;
47 void setNumPoints(
const int num);
48 void setPoint(
const int idx,
const SoPointDetail *
const detail);
49 void setFaceIndex(
const int idx);
50 void setPartIndex(
const int idx);
52 void incFaceIndex(
void);
53 void incPartIndex(
void);
63 #endif // !COIN_SOFACEDETAIL_H static void initClass(void)
Definition: SoDetail.cpp:144
virtual SoDetail * copy(void) const =0
The SoPointDetail class is for storing detailed information for a single 3D point....
Definition: SoPointDetail.h:29
The SoFaceDetail class is for storing detailed polygon information.Instances of this class are used a...
Definition: SoFaceDetail.h:29
The SoDetail class is the superclass for all classes storing detailed information about particular sh...
Definition: SoDetail.h:30