1SoInteraction(3IV)()                                      SoInteraction(3IV)()
2
3
4

NAME

6       SoInteraction — initializes Inventor interaction classes
7

INHERITS FROM

9       SoInteraction
10

SYNOPSIS

12       #include <Inventor/SoInteraction.h>
13
14          Methods from class SoInteraction:
15
16     static void         init()
17
18

DESCRIPTION

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

METHODS

25     static void         init()
26          This  calls SoDB::init() and SoNodeKit::init(),  calls initClasses()
27          on SoDragger, and calls initClass() on the following classes:  SoAn‐
28          tiSquish,  SoBoxHighlightRenderAction,  SoCenterballManip,  SoDirec‐
29          tionalLightManip, SoHandleBoxManip,  SoInteractionKit,  SoJackManip,
30          SoLineHighlightRenderAction, SoPointLightManip, SoSelection, SoSpot‐
31          LightManip,   SoSurroundScale,   SoTabBoxManip,    SoTrackballManip,
32          SoTransformBoxManip, and SoTransformManip.
33
34

SEE ALSO

36       SoDB, SoNodeKit, SoXt
37
38
39
40
41                                                          SoInteraction(3IV)()
Impressum