logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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.

Inherits From

       SoDetail

Methods

SoDetail*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.

     staticSoTypegetClassTypeId()
          Returns type identifier for this class.

     virtualSoTypegetTypeId()const
          Returns the type identifier for a specific instance.

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

Name

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

See Also

SoConeDetail,SoCubeDetail,SoCylinderDetail,SoDetailList,SoFaceDetail,SoLineDetail,SoNodeKitDetail,SoPickedPoint,SoPointDetail,SoPrimitiveVertex,SoTextDetailSoDetail(3IV)()

Synopsis

#include<Inventor/details/SoDetail.h>

          Methods from class SoDetail:

     SoDetail*copy()conststaticSoTypegetClassTypeId()virtualSoTypegetTypeId()constSbBoolisOfType(SoTypetype)const

See Also