Open Inventor Reference
SoNodeKitDetail Class Reference

Stores detail information about a nodekit. More...

#include <Inventor/details/SoNodeKitDetail.h>

Inheritance diagram for SoNodeKitDetail:
SoDetail

Public Member Functions

 SoNodeKitDetail ()
 Constructor and destructor. More...
 
virtual ~SoNodeKitDetail ()
 Constructor and destructor. More...
 
SoBaseKitgetNodeKit () const
 Returns a pointer to the nodekit that created this detail. More...
 
SoNodegetPart () const
 Returns a pointer to the part selected within the nodekit that created this detail. More...
 
const SbNamegetPartName () const
 Returns the name of the part selected within the nodekit that created this detail. More...
 
virtual SoDetailcopy () const
 Returns an instance that is a copy of this instance. More...
 
void setNodeKit (SoBaseKit *theNodeKit)
 
void setPart (SoNode *thePart)
 
void setPartName (const SbName &theName)
 
- Public Member Functions inherited from SoDetail
virtual ~SoDetail ()
 Destructor. More...
 
virtual SoType getTypeId () const =0
 Returns the type identifier for a specific instance. More...
 
bool isOfType (SoType type) const
 Returns TRUE if this object is of the type specified in type or is derived from that type. More...
 

Static Public Member Functions

static void initClass ()
 
- Static Public Member Functions inherited from SoDetail
static SoType getClassTypeId ()
 Returns type identifier for this class. More...
 
static void initClass ()
 
static void initClasses ()
 Initialize ALL Inventor detail classes. More...
 

Protected Attributes

SoBaseKitmyNodeKit
 
SoNodemyPart
 
SbName myPartName
 

Additional Inherited Members

- Protected Member Functions inherited from SoDetail
 SoDetail ()
 Constructor is protected since this is an abstract class. More...
 

Detailed 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.

During a pick action, each nodekit along the picked path creates its own SoNodeKitDetail. Together, the full set of details gives you complete picture of the pickpath.

Since nodekits have hidden children (See the reference page for SoBaseKit), a regular SoPath ends at the topmost nodekit in the path. If you cast the pickpath from an SoPath pointer to an SoNodeKitPath pointer, you can then retrieve all nodekits along the path and examine their corresponding details.

See Also
SoBaseKit, SoNodeKitPath, SoDetail, SoPickedPoint

Definition at line 100 of file SoNodeKitDetail.h.

Constructor & Destructor Documentation

◆ SoNodeKitDetail()

SoNodeKitDetail::SoNodeKitDetail ( )

◆ ~SoNodeKitDetail()

virtual SoNodeKitDetail::~SoNodeKitDetail ( )
virtual

Member Function Documentation

◆ copy()

virtual SoDetail* SoNodeKitDetail::copy ( ) const
virtual

The caller is responsible for deleting the copy when done.

Implements SoDetail.

◆ getNodeKit()

SoBaseKit* SoNodeKitDetail::getNodeKit ( ) const
inline

Definition at line 112 of file SoNodeKitDetail.h.

◆ getPart()

SoNode* SoNodeKitDetail::getPart ( ) const
inline

Definition at line 116 of file SoNodeKitDetail.h.

◆ getPartName()

const SbName& SoNodeKitDetail::getPartName ( ) const
inline

(See SoRayPickAction in the ACTIONS section of the SoBaseKit reference page for more information).

Definition at line 121 of file SoNodeKitDetail.h.

◆ initClass()

static void SoNodeKitDetail::initClass ( )
static

◆ setNodeKit()

void SoNodeKitDetail::setNodeKit ( SoBaseKit theNodeKit)

◆ setPart()

void SoNodeKitDetail::setPart ( SoNode thePart)

◆ setPartName()

void SoNodeKitDetail::setPartName ( const SbName theName)
inline

Definition at line 131 of file SoNodeKitDetail.h.

Member Data Documentation

◆ myNodeKit

SoBaseKit* SoNodeKitDetail::myNodeKit
protected

Definition at line 137 of file SoNodeKitDetail.h.

◆ myPart

SoNode* SoNodeKitDetail::myPart
protected

Definition at line 138 of file SoNodeKitDetail.h.

◆ myPartName

SbName SoNodeKitDetail::myPartName
protected

Definition at line 139 of file SoNodeKitDetail.h.


The documentation for this class was generated from the following file: