1 #ifndef COIN_SONODEKITDETAIL_H 2 #define COIN_SONODEKITDETAIL_H 36 #include <Inventor/details/SoSubDetail.h> 37 #include <Inventor/SbName.h> 58 void setPart(
SoNode * part);
59 SoNode * getPart(
void)
const;
61 void setPartName(
const SbName & name);
62 const SbName & getPartName(
void)
const;
70 #endif // !COIN_SONODEKITDETAIL_H The SoBaseKit class is the toplevel superclass for nodekits.
Definition: SoBaseKit.h:66
The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:56
static void initClass(void)
Definition: SoDetail.cpp:154
virtual SoDetail * copy(void) const =0
The SoNodeKitDetail class is yet to be documented.
Definition: SoNodeKitDetail.h:43
SoBaseKit * myNodeKit
Definition: SoNodeKitDetail.h:65
SbName myPartName
Definition: SoNodeKitDetail.h:67
SoNode * myPart
Definition: SoNodeKitDetail.h:66
The SbName class stores strings by reference.
Definition: SbName.h:40
The SoDetail class is the superclass for all classes storing detailed information about particular sh...
Definition: SoDetail.h:39