table of contents
other sections
SoNodeKitDetail(3IV)() | SoNodeKitDetail(3IV)() |
NAME¶
SoNodeKitDetail — stores detail information about a nodekitINHERITS FROM¶
SoDetail > SoNodeKitDetailSYNOPSIS¶
#include <Inventor/details/SoNodeKitDetail.h>Methods from class SoNodeKitDetail:
SoNodeKitDetail()
virtual ~SoNodeKitDetail()
SoBaseKit * getNodeKit() const
SoNode * getPart() const
const SbName & getPartName() const
Methods from class SoDetail:
SoDetail * copy() const
static SoType getClassTypeId()
virtual SoType getTypeId() const
SbBool isOfType(SoType type) const
DESCRIPTION¶
This class contains detail information about a nodekit. This consists of a pointer to the nodekit, a pointer to the child part within the nodekit, and the name of the child part.METHODS¶
SoNodeKitDetail()
virtual ~SoNodeKitDetail()
Constructor and destructor.
SoBaseKit * getNodeKit() const
Returns a pointer to the nodekit that created this detail.
SoNode * getPart() const
Returns a pointer to the part selected within the nodekit that created this detail.
const SbName & getPartName() const
Returns the name of the part selected within the nodekit that created this detail. (See SoRayPickAction in the ACTIONS section of the SoBaseKit reference page for more information).