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

SoPickAction — abstract base class for picking objects in a scene

Description

       This  is  an  abstract  base class for all picking actions. Currently, the only supported subclass is the
       SoRayPickAction.

Inherits From

       SoAction > SoPickAction

Methods

voidsetViewportRegion(constSbViewportRegion&newRegion)constSbViewportRegion&getViewportRegion()const
          Sets/returns current viewport region to use for action. Even though  the  picking  operation  may  not
          involve a window per se, some nodes need this information to determine their size and placement.

Name

       SoPickAction — abstract base class for picking objects in a scene

See Also

SoRayPickActionSoPickAction(3IV)()

Synopsis

#include<Inventor/actions/SoPickAction.h>

          Methods from class SoPickAction:

     voidsetViewportRegion(constSbViewportRegion&newRegion)constSbViewportRegion&getViewportRegion()const

          Methods from class SoAction:

     virtualvoidapply(SoNode*node)virtualvoidapply(SoPath*path)virtualvoidapply(constSoPathList&pathList,SbBoolobeysRules=FALSE)staticSoTypegetClassTypeId()virtualSoTypegetTypeId()virtualSbBoolisOfType(SoTypetype)virtualvoidinvalidateState()

See Also