man SoDetail () - base class for describing detail information about a shape node

NAME

SoDetail - base class for describing detail information about a shape node

INHERITS FROM

SoDetail

SYNOPSIS

#include <Inventor/details/SoDetail.h> Methods from class SoDetail: c } c } copy() const

c } c } getClassTypeId()

c } c } getTypeId() const

c } c } isOfType(SoType type) const

DESCRIPTION

SoDetail is the abstract base class for all detail classes. A detail contains shape-specific information about a particular shape during picking and primitive generation. Subclasses store information based on the particular type of shape.

METHODS

c } c } copy() const

Returns an instance that is a copy of this instance. The caller is responsible for deleting the copy when it is no longer needed. c } c } getClassTypeId()

Returns type identifier for this class. c } c } getTypeId() const

Returns the type identifier for a specific instance. c } c } isOfType(SoType type) const

Returns TRUE if this object is of the type specified in type or is derived from that type. Otherwise, it returns FALSE.

SEE ALSO

SoConeDetail, SoCubeDetail, SoCylinderDetail, SoDetailList, SoFaceDetail, SoLineDetail, SoNodeKitDetail, SoPickedPoint, SoPointDetail, SoPrimitiveVertex, SoTextDetail