1SoNodeKit(3IV)() SoNodeKit(3IV)()
2
3
4
6 SoNodeKit — initializes nodekit classes
7
9 SoNodeKit
10
12 #include <Inventor/nodekits/SoNodeKit.h>
13
14 Methods from class SoNodeKit:
15
16 static void init()
17
18
20 This class is used to initialize all nodekit classes.
21
23 static void init()
24 Initialize all nodekit classes by registering them with the data‐
25 base. This function needs to be called before any other nodekit
26 class may be constructed or accessed. Note that this is called auto‐
27 matically by SoInteraction::init() and SoXt::init(), so if you have
28 made either of these calls, there is no need to call SoN‐
29 odeKit::init() directly.
30
31
33 SoAppearanceKit, SoBaseKit, SoCameraKit, SoInteraction, SoLightKit,
34 SoNodeKitDetail, SoNodeKitListPart, SoNodeKitPath, SoNodekitCatalog,
35 SoSceneKit, SoSeparatorKit, SoShapeKit, SoWrapperKit, SoXt
36
37
38
39
40 SoNodeKit(3IV)()