.TH "SoNodeKitDetail" 3 "Tue Dec 26 2023 17:59:22" "Version 4.0.2" "Coin" \" -*- nroff -*- .ad l .nh .SH NAME SoNodeKitDetail \- The \fBSoNodeKitDetail\fP class is yet to be documented\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBSoDetail\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBvirtual\fP \fBSoType\fP \fBgetTypeId\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBSoNodeKitDetail\fP (\fBvoid\fP)" .br .ti -1c .RI "\fBvirtual\fP \fB~SoNodeKitDetail\fP ()" .br .ti -1c .RI "\fBvirtual\fP \fBSoDetail\fP * \fBcopy\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBvoid\fP \fBsetNodeKit\fP (\fBSoBaseKit\fP *kit)" .br .ti -1c .RI "\fBSoBaseKit\fP * \fBgetNodeKit\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBvoid\fP \fBsetPart\fP (\fBSoNode\fP *part)" .br .ti -1c .RI "\fBSoNode\fP * \fBgetPart\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBvoid\fP \fBsetPartName\fP (\fBconst\fP \fBSbName\fP &name)" .br .ti -1c .RI "\fBconst\fP \fBSbName\fP & \fBgetPartName\fP (\fBvoid\fP) \fBconst\fP" .br .in -1c Public Member Functions inherited from \fBSoDetail\fP .in +1c .ti -1c .RI "\fBvirtual\fP \fB~SoDetail\fP ()" .br .ti -1c .RI "SbBool \fBisOfType\fP (\fBconst\fP \fBSoType\fP type) \fBconst\fP" .br .in -1c .SS "Static Public Member Functions" .in +1c .ti -1c .RI "\fBstatic\fP \fBSoType\fP \fBgetClassTypeId\fP (\fBvoid\fP)" .br .ti -1c .RI "\fBstatic\fP \fBvoid\fP \fBcleanupClass\fP (\fBvoid\fP)" .br .ti -1c .RI "\fBstatic\fP \fBvoid\fP \fBinitClass\fP (\fBvoid\fP)" .br .in -1c Static Public Member Functions inherited from \fBSoDetail\fP .in +1c .ti -1c .RI "\fBstatic\fP \fBvoid\fP \fBinitClass\fP (\fBvoid\fP)" .br .ti -1c .RI "\fBstatic\fP \fBvoid\fP \fBinitClasses\fP (\fBvoid\fP)" .br .ti -1c .RI "\fBstatic\fP \fBSoType\fP \fBgetClassTypeId\fP (\fBvoid\fP)" .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "\fBSoBaseKit\fP * \fBmyNodeKit\fP" .br .ti -1c .RI "\fBSoNode\fP * \fBmyPart\fP" .br .ti -1c .RI "\fBSbName\fP \fBmyPartName\fP" .br .in -1c .SS "Additional Inherited Members" Protected Member Functions inherited from \fBSoDetail\fP .in +1c .ti -1c .RI "\fBSoDetail\fP (\fBvoid\fP)" .br .in -1c .SH "Detailed Description" .PP The \fBSoNodeKitDetail\fP class is yet to be documented\&. When a pick action is executed and geometry within a nodekit is hit, the nodekit generates an \fBSoNodeKitDetail\fP object which contains information about the specific part inside the nodekit hit by the pick ray\&. .PP \fBSee also\fP .RS 4 \fBSoRayPickAction\fP .RE .PP .SH "Constructor & Destructor Documentation" .PP .SS "SoNodeKitDetail::SoNodeKitDetail (\fBvoid\fP)" Constructor\&. .SS "SoNodeKitDetail::~SoNodeKitDetail ()\fC [virtual]\fP" Destructor\&. .SH "Member Function Documentation" .PP .SS "\fBSoType\fP SoNodeKitDetail::getTypeId (\fBvoid\fP) const\fC [virtual]\fP" Returns the type identification of an object derived from a class inheriting \fBSoDetail\fP\&. This is used for runtime type checking and 'downward' casting\&. .br .PP Implements \fBSoDetail\fP\&. .SS "\fBSoType\fP SoNodeKitDetail::getClassTypeId (\fBvoid\fP)\fC [static]\fP" This static method returns the \fBSoType\fP object associated with objects of this class\&. .br .SS "\fBstatic\fP \fBvoid\fP SoNodeKitDetail::cleanupClass (\fBvoid\fP)\fC [inline]\fP, \fC [static]\fP" This static method cleans up static data of the class\&. .br .SS "\fBSoDetail\fP * SoNodeKitDetail::copy (\fBvoid\fP) const\fC [virtual]\fP" Return a deep copy of ourself\&. .PP \fBNote that if the Coin library has been built as a DLL under Microsoft Windows and you use this method from application code, you \fImust\fP 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 \fIwill\fP get memory heap corruption upon deallocating the returned instances, eventually leading to mysterious crashes\&.\fP .br .br .PP Implements \fBSoDetail\fP\&. .SS "\fBvoid\fP SoNodeKitDetail::setNodeKit (\fBSoBaseKit\fP * kit)" Set the pointer indicating which nodekit generated this detail object\&. .SS "\fBSoBaseKit\fP * SoNodeKitDetail::getNodeKit (\fBvoid\fP) const" Returns a pointer to the nodekit generating this details object\&. .SS "\fBvoid\fP SoNodeKitDetail::setPart (\fBSoNode\fP * part)" Set the pointer indicating which node inside the nodekit was hit by a pick\&. .SS "\fBSoNode\fP * SoNodeKitDetail::getPart (\fBvoid\fP) const" Return node inside nodekit which was hit\&. .SS "\fBvoid\fP SoNodeKitDetail::setPartName (\fBconst\fP \fBSbName\fP & name)" Set catalog name of node part which was hit\&. .SS "\fBconst\fP \fBSbName\fP & SoNodeKitDetail::getPartName (\fBvoid\fP) const" Return catalog name of nodekit part which was hit\&. .SH "Member Data Documentation" .PP .SS "\fBSoBaseKit\fP * SoNodeKitDetail::myNodeKit\fC [protected]\fP" The nodekit generating this details object\&. .SS "\fBSoNode\fP * SoNodeKitDetail::myPart\fC [protected]\fP" Node inside nodekit which was hit\&. .SS "\fBSbName\fP SoNodeKitDetail::myPartName\fC [protected]\fP" Catalog name of nodekit part which was hit\&. .SH "Author" .PP Generated automatically by Doxygen for Coin from the source code\&.