![]() |
Coin3D is Free Software, published under the BSD 3-clause license. |
https://coin3d.github.io https://www.kongsberg.com/en/kogt/ |
The SoNodeKitDetail class is yet to be documented. More...
#include <Inventor/details/SoNodeKitDetail.h>
Public Member Functions | |
virtual SoType | getTypeId (void) const |
SoNodeKitDetail (void) | |
virtual | ~SoNodeKitDetail () |
virtual SoDetail * | copy (void) const |
void | setNodeKit (SoBaseKit *kit) |
SoBaseKit * | getNodeKit (void) const |
void | setPart (SoNode *part) |
SoNode * | getPart (void) const |
void | setPartName (const SbName &name) |
const SbName & | getPartName (void) const |
![]() | |
virtual | ~SoDetail () |
SbBool | isOfType (const SoType type) const |
Static Public Member Functions | |
static SoType | getClassTypeId (void) |
static void | cleanupClass (void) |
static void | initClass (void) |
![]() | |
static void | initClass (void) |
static void | initClasses (void) |
static SoType | getClassTypeId (void) |
Protected Attributes | |
SoBaseKit * | myNodeKit |
SoNode * | myPart |
SbName | myPartName |
Additional Inherited Members | |
![]() | |
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 returns the SoType object associated with objects of this class.
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.
Set the pointer indicating which nodekit generated this detail object.
Returns a pointer to the nodekit generating this details object.
Set the pointer indicating which node inside the nodekit was hit by a pick.
Set catalog name of node part which was hit.
Return catalog name of nodekit 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.