#include <Inventor/details/SoConeDetail.h>
Inheritance diagram for SoConeDetail::
Public Methods | |
SoConeDetail (void) | |
virtual | ~SoConeDetail () |
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 cone 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 cone which was selected. A cone has two different conceptual parts; SoCone::SIDES or SoCone::BOTTOM. |
|
Returns selected cone part, either SoCone::SIDES or SoCone::BOTTOM. |
|
For internal use only. |