#include <Inventor/details/SoCylinderDetail.h>
Inheritance diagram for SoCylinderDetail::
Public Methods | |
SoCylinderDetail (void) | |
virtual | ~SoCylinderDetail () |
virtual SoDetail * | copy (void) const |
void | setPart (const int part) |
int | getPart (void) const |
Static Public Methods | |
void | initClass (void) |
Protected Attributes | |
int | part |
Instances of this class are used for storing information about hit points on cylinder geometry after pick operations, and for storing information returned to tesselation callbacks.
|
Constructor. |
|
Destructor. |
|
Initialize relevant common data for all instances, like the type system. Reimplemented from SoDetail. |
|
Return a deep copy of ourself. Reimplemented from SoDetail. |
|
Set the part of a cylinder which was selected. A cylinder has three different conceptual parts; SoCylinder::SIDES, SoCylinder::TOP or SoCylinder::BOTTOM. |
|
Returns selected cylinder part. |
|
For internal use only. |