1 #ifndef COIN_SOCYLINDERDETAIL_H 2 #define COIN_SOCYLINDERDETAIL_H 27 #include <Inventor/details/SoSubDetail.h> 41 void setPart(
const int part);
42 int getPart(
void)
const;
48 #endif // !COIN_SOCYLINDERDETAIL_H int part
Definition: SoCylinderDetail.h:45
static void initClass(void)
Definition: SoDetail.cpp:144
virtual SoDetail * copy(void) const =0
The SoCylinderDetail class contains information about the parts of a SoCylinder shape.Instances of this class are used for storing information about hit points on cylinder geometry after pick operations, and for storing information returned to tessellation callbacks.
Definition: SoCylinderDetail.h:29
The SoDetail class is the superclass for all classes storing detailed information about particular sh...
Definition: SoDetail.h:30