1 #ifndef COIN_SOPOINTDETAIL_H 2 #define COIN_SOPOINTDETAIL_H 36 #include <Inventor/details/SoSubDetail.h> 49 int getCoordinateIndex(
void)
const;
50 int getMaterialIndex(
void)
const;
51 int getNormalIndex(
void)
const;
52 int getTextureCoordIndex(
void)
const;
54 void setCoordinateIndex(
const int idx);
55 void setMaterialIndex(
const int idx);
56 void setNormalIndex(
const int idx);
57 void setTextureCoordIndex(
const int idx);
66 #endif // !COIN_SOPOINTDETAIL_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 SoDetail class is the superclass for all classes storing detailed information about particular sh...
Definition: SoDetail.h:39