.TH "SoCylinderDetail" 3 "Tue Dec 26 2023 17:59:22" "Version 4.0.2" "Coin" \" -*- nroff -*- .ad l .nh .SH NAME SoCylinderDetail \- The \fBSoCylinderDetail\fP class contains information about the parts of a \fBSoCylinder\fP shape\&. .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 "\fBSoCylinderDetail\fP (\fBvoid\fP)" .br .ti -1c .RI "\fBvirtual\fP \fB~SoCylinderDetail\fP ()" .br .ti -1c .RI "\fBvirtual\fP \fBSoDetail\fP * \fBcopy\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBvoid\fP \fBsetPart\fP (\fBconst\fP int \fBpart\fP)" .br .ti -1c .RI "int \fBgetPart\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 "int \fBpart\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 \fBSoCylinderDetail\fP class contains information about the parts of a \fBSoCylinder\fP shape\&. Instances of this class are used for storing information about hit points on cylinder geometry after pick operations, and for storing information returned to tessellation callbacks\&. .PP \fBSee also\fP .RS 4 \fBSoCylinder\fP, \fBSoRayPickAction\fP, \fBSoCallbackAction\fP .RE .PP .SH "Constructor & Destructor Documentation" .PP .SS "SoCylinderDetail::SoCylinderDetail (\fBvoid\fP)" Constructor\&. .SS "SoCylinderDetail::~SoCylinderDetail ()\fC [virtual]\fP" Destructor\&. .SH "Member Function Documentation" .PP .SS "\fBSoType\fP SoCylinderDetail::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 SoCylinderDetail::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 SoCylinderDetail::cleanupClass (\fBvoid\fP)\fC [inline]\fP, \fC [static]\fP" This static method cleans up static data of the class\&. .br .SS "\fBSoDetail\fP * SoCylinderDetail::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 SoCylinderDetail::setPart (\fBconst\fP int partarg)" Set the part of a cylinder which was selected\&. A cylinder has three different conceptual parts; \fBSoCylinder::SIDES\fP, \fBSoCylinder::TOP\fP or \fBSoCylinder::BOTTOM\fP\&. .SS "int SoCylinderDetail::getPart (\fBvoid\fP) const" Returns selected cylinder part\&. .SH "Member Data Documentation" .PP .SS "int SoCylinderDetail::part\fC [protected]\fP" \fIThis API member is considered internal to the library, as it is not likely to be of interest to the application programmer\&.\fP .br .br .SH "Author" .PP Generated automatically by Doxygen for Coin from the source code\&.