Stores detail information about the SoCone node. More...
#include <Inventor/details/SoConeDetail.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoConeDetail () | |
virtual | ~SoConeDetail () |
int | getPart () const |
virtual SoDetail * | copy () const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Stores detail information about the SoCone node.
This class contains detail information about a point on a cone. It contains the part of the cone that was hit (sides or bottom).
SoCone, SoDetail, SoPickedPoint, SoPrimitiveVertex
SoConeDetail::SoConeDetail | ( | ) |
Constructor.
virtual SoConeDetail::~SoConeDetail | ( | ) | [virtual] |
Destructor.
virtual SoDetail* SoConeDetail::copy | ( | ) | const [virtual] |
Returns an instance that is a copy of this instance. The caller is responsible for deleting the copy when it is no longer needed.
Implements SoDetail.
static SoType SoConeDetail::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoDetail.
int SoConeDetail::getPart | ( | ) | const [inline] |
Returns the part in the detail.
The returned value is one of the SoCone part flags.
virtual SoType SoConeDetail::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Implements SoTypedObject.