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

SoInteraction — initializes Inventor interaction classes

Description

SoInteraction consists of one static function which initializes all Inventor interaction classes, as well
       as nodekits and the database. Note that SoInteraction::init()  is already called by SoXt::init().

Inherits From

       SoInteraction

Methods

staticvoidinit()
          This   calls  SoDB::init()  and  SoNodeKit::init(),   calls  initClasses()  on  SoDragger,  and  calls
          initClass() on the following  classes:  SoAntiSquish,  SoBoxHighlightRenderAction,  SoCenterballManip,
          SoDirectionalLightManip, SoHandleBoxManip, SoInteractionKit, SoJackManip, SoLineHighlightRenderAction,
          SoPointLightManip,  SoSelection,  SoSpotLightManip,  SoSurroundScale, SoTabBoxManip, SoTrackballManip,
          SoTransformBoxManip, and SoTransformManip.

Name

       SoInteraction — initializes Inventor interaction classes

See Also

SoDB,SoNodeKit,SoXtSoInteraction(3IV)()

Synopsis

#include<Inventor/SoInteraction.h>

          Methods from class SoInteraction:

     staticvoidinit()

See Also