1 #ifndef COIN_SOCYLINDERDETAIL_H     2 #define COIN_SOCYLINDERDETAIL_H    36 #include <Inventor/details/SoSubDetail.h>    50   void setPart(
const int part);
    51   int getPart(
void) 
const;
    57 #endif // !COIN_SOCYLINDERDETAIL_H int part
Definition: SoCylinderDetail.h:54
 
static void initClass(void)
Definition: SoDetail.cpp:153
 
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:38
 
The SoDetail class is the superclass for all classes storing detailed information about particular sh...
Definition: SoDetail.h:39