Open Inventor Release 2024.1.1
 
Loading...
Searching...
No Matches
SoCylinderDetail Class Reference

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 SoDetailcopy () 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.
 

Detailed Description

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).

SEE ALSO

SoCylinder, SoDetail, SoPickedPoint, SoPrimitiveVertex

Definition at line 83 of file SoCylinderDetail.h.

Constructor & Destructor Documentation

◆ SoCylinderDetail()

SoCylinderDetail::SoCylinderDetail ( )

Constructor.

◆ ~SoCylinderDetail()

virtual SoCylinderDetail::~SoCylinderDetail ( )
virtual

Destructor.

Member Function Documentation

◆ copy()

virtual SoDetail * SoCylinderDetail::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.

◆ getClassTypeId()

static SoType SoCylinderDetail::getClassTypeId ( )
static

Returns the type identifier for this class.


◆ getPart()

int SoCylinderDetail::getPart ( ) const
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.

◆ getTypeId()

virtual SoType SoCylinderDetail::getTypeId ( ) const
virtual

Returns the type identifier for this specific instance.

Implements SoTypedObject.


The documentation for this class was generated from the following file: