Stores detail information about the SoCylinder node. More...
#include <Inventor/details/SoCylinderDetail.h>
Inheritance diagram for SoCylinderDetail:Public Member Functions | |
| virtual SoType | getTypeId () const |
| Returns the type identifier for this specific instance. | |
| SoCylinderDetail () | |
| Constructor. | |
| virtual | ~SoCylinderDetail () |
| Destructor. | |
| int | getPart () const |
| Returns the part in the detail. | |
| virtual SoDetail * | copy () const |
| Returns an instance that is a copy of this instance. | |
Public Member Functions inherited from SoTypedObject | |
| SbBool | isOfType (const SoType &type) const |
| Returns TRUE if this object is of the type specified in type or is derived from that type. | |
| template<typename TypedObjectClass> | |
| SbBool | isOfType () const |
| Returns TRUE if this object is of the type of class TypedObjectClass or is derived from that class. | |
Static Public Member Functions | |
| static SoType | getClassTypeId () |
| Returns the type identifier for this class. | |
Static Public Member Functions inherited from SoDetail | |
| static SoType | getClassTypeId () |
| Returns type identifier for this class. | |
Static Public Member Functions inherited from SoTypedObject | |
| static SoType | getClassTypeId () |
| Returns the type identifier for this class. | |
Stores detail information about the SoCylinder node.
This class contains detail information about a point on a cylinder. It contains the part of the cylinder that was hit (sides, top, or bottom).
SoCylinder, SoDetail, SoPickedPoint, SoPrimitiveVertex
Definition at line 83 of file SoCylinderDetail.h.
| SoCylinderDetail::SoCylinderDetail | ( | ) |
Constructor.
|
virtual |
Destructor.
|
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 |
Returns the type identifier for this class.
|
inline |
Returns the part in the detail.
The returned value is one of the SoCylinder part flags.
Definition at line 101 of file SoCylinderDetail.h.
|
virtual |
Returns the type identifier for this specific instance.
Implements SoTypedObject.