1 #ifndef COIN_SONODEKITDETAIL_H 2 #define COIN_SONODEKITDETAIL_H 27 #include <Inventor/details/SoSubDetail.h> 28 #include <Inventor/SbName.h> 49 void setPart(
SoNode * part);
50 SoNode * getPart(
void)
const;
52 void setPartName(
const SbName & name);
53 const SbName & getPartName(
void)
const;
61 #endif // !COIN_SONODEKITDETAIL_H The SoBaseKit class is the toplevel superclass for nodekits.Node kits are collections of nodes and ot...
Definition: SoBaseKit.h:57
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:47
static void initClass(void)
Definition: SoDetail.cpp:130
virtual SoDetail * copy(void) const =0
The SoNodeKitDetail class is yet to be documented.When a pick action is executed and geometry within ...
Definition: SoNodeKitDetail.h:34
SoBaseKit * myNodeKit
Definition: SoNodeKitDetail.h:56
SbName myPartName
Definition: SoNodeKitDetail.h:58
SoNode * myPart
Definition: SoNodeKitDetail.h:57
The SbName class stores strings by reference.The class is used by Coin for storing keywords...
Definition: SbName.h:31
The SoDetail class is the superclass for all classes storing detailed information about particular sh...
Definition: SoDetail.h:30