1 #ifndef COIN_SOLINEDETAIL_H 2 #define COIN_SOLINEDETAIL_H 36 #include <Inventor/details/SoPointDetail.h> 53 int getLineIndex(
void)
const;
54 int getPartIndex(
void)
const;
58 void setLineIndex(
const int idx);
59 void setPartIndex(
const int idx);
61 void incLineIndex(
void);
62 void incPartIndex(
void);
70 #endif // !COIN_SOLINEDETAIL_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 SoLineDetail class is for storing detailed 3D line information.Instances of this class are used a...
Definition: SoLineDetail.h:38
The SoDetail class is the superclass for all classes storing detailed information about particular sh...
Definition: SoDetail.h:39