1#ifndef COIN_SONODEKITDETAIL_H
2#define COIN_SONODEKITDETAIL_H
36#include <Inventor/details/SoSubDetail.h>
37#include <Inventor/SbName.h>
The SbName class stores strings by reference.
Definition SbName.h:40
The SoBaseKit class is the top level superclass for nodekits.
Definition SoBaseKit.h:66
static void initClass(void)
Definition SoDetail.cpp:154
virtual SoDetail * copy(void) const =0
SoDetail(void)
Definition SoDetail.cpp:118
SoNode * myPart
Definition SoNodeKitDetail.h:66
SbName myPartName
Definition SoNodeKitDetail.h:67
SoNodeKitDetail(void)
Definition SoNodeKitDetail.cpp:75
void setPart(SoNode *part)
Definition SoNodeKitDetail.cpp:141
const SbName & getPartName(void) const
Definition SoNodeKitDetail.cpp:170
void setPartName(const SbName &name)
Definition SoNodeKitDetail.cpp:161
void setNodeKit(SoBaseKit *kit)
Definition SoNodeKitDetail.cpp:120
SoBaseKit * myNodeKit
Definition SoNodeKitDetail.h:65
SoNode * getPart(void) const
Definition SoNodeKitDetail.cpp:152
SoBaseKit * getNodeKit(void) const
Definition SoNodeKitDetail.cpp:131
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56