Coin
4.0.3
Coin3D core library
|
The SoNodeKitDetail class is yet to be documented. More...
#include <Inventor/details/SoNodeKitDetail.h>
Public Member Functions | |
SoNodeKitDetail (void) | |
virtual | ~SoNodeKitDetail () |
virtual SoDetail * | copy (void) const |
SoBaseKit * | getNodeKit (void) const |
SoNode * | getPart (void) const |
const SbName & | getPartName (void) const |
virtual SoType | getTypeId (void) const |
void | setNodeKit (SoBaseKit *kit) |
void | setPart (SoNode *part) |
void | setPartName (const SbName &name) |
Public Member Functions inherited from SoDetail | |
virtual | ~SoDetail () |
SbBool | isOfType (const SoType type) const |
Static Public Member Functions | |
static void | cleanupClass (void) |
static SoType | getClassTypeId (void) |
static void | initClass (void) |
Static Public Member Functions inherited from SoDetail | |
static SoType | getClassTypeId (void) |
static void | initClass (void) |
static void | initClasses (void) |
Protected Attributes | |
SoBaseKit * | myNodeKit |
SoNode * | myPart |
SbName | myPartName |
Additional Inherited Members | |
Protected Member Functions inherited from SoDetail | |
SoDetail (void) | |
The SoNodeKitDetail class is yet to be documented.
When a pick action is executed and geometry within a nodekit is hit, the nodekit generates an SoNodeKitDetail object which contains information about the specific part inside the nodekit hit by the pick ray.
SoNodeKitDetail::SoNodeKitDetail | ( | void | ) |
Constructor.
|
virtual |
Destructor.
This static method cleans up static data of the class.
Return a deep copy of ourself.
Note that if the Coin library has been built as a DLL under Microsoft Windows and you use this method from application code, you must make sure that both the Coin DLL and the application executable are using the same instance of a C Run-Time (CRT) library. Otherwise, you will get memory heap corruption upon deallocating the returned instances, eventually leading to mysterious crashes.
Implements SoDetail.
This static method returns the SoType object associated with objects of this class.
Returns a pointer to the nodekit generating this details object.
Return catalog name of nodekit part which was hit.
Set the pointer indicating which nodekit generated this detail object.
Set the pointer indicating which node inside the nodekit was hit by a pick.
Set catalog name of node part which was hit.
|
protected |
The nodekit generating this details object.
|
protected |
Node inside nodekit which was hit.
|
protected |
Catalog name of nodekit part which was hit.