Open Inventor Release 2024.1.2
 
Loading...
Searching...
No Matches
SoConeDetail Class Reference

Stores detail information about the SoCone node. More...

#include <Inventor/details/SoConeDetail.h>

+ Inheritance diagram for SoConeDetail:

Public Member Functions

virtual SoType getTypeId () const
 Returns the type identifier for this specific instance.
 
 SoConeDetail ()
 Constructor.
 
virtual ~SoConeDetail ()
 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 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).

SEE ALSO

SoCone, SoDetail, SoPickedPoint, SoPrimitiveVertex

Definition at line 83 of file SoConeDetail.h.

Constructor & Destructor Documentation

◆ SoConeDetail()

SoConeDetail::SoConeDetail ( )

Constructor.

◆ ~SoConeDetail()

virtual SoConeDetail::~SoConeDetail ( )
virtual

Destructor.

Member Function Documentation

◆ copy()

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.

◆ getClassTypeId()

static SoType SoConeDetail::getClassTypeId ( )
static

Returns the type identifier for this class.


◆ getPart()

int SoConeDetail::getPart ( ) const
inline

Returns the part in the detail.

The returned value is one of the SoCone part flags.

Definition at line 101 of file SoConeDetail.h.

◆ getTypeId()

virtual SoType SoConeDetail::getTypeId ( ) const
virtual

Returns the type identifier for this specific instance.

Implements SoTypedObject.


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