| 
    MeVisLab Toolbox Reference
    
   | 
 
#include <ThirdPartyWarningsDisable.h>#include <Inventor/nodes/SoSubNode.h>#include <ThirdPartyWarningsRestore.h>Go to the source code of this file.
Macros | |
| #define | XV_NODE_INIT_CLASS(_class_, _parentClass_) SO__NODE_INIT_CLASS(_class_, SO__QUOTE(_class_), _parentClass_); | 
| Macro definitions for Inventor wrapper, wrapping some SO_NODE* macros.   | |
| #define | XV_NODE_INIT_ABSTRACT_CLASS(_class_, _parentClass_) SO__NODE_INIT_ABSTRACT_CLASS(_class_, SO__QUOTE(_class_), _parentClass_); | 
| #define XV_NODE_INIT_ABSTRACT_CLASS | ( | _class_, | |
| _parentClass_ | |||
| ) | SO__NODE_INIT_ABSTRACT_CLASS(_class_, SO__QUOTE(_class_), _parentClass_); | 
Definition at line 27 of file XVSubNode.h.
| #define XV_NODE_INIT_CLASS | ( | _class_, | |
| _parentClass_ | |||
| ) | SO__NODE_INIT_CLASS(_class_, SO__QUOTE(_class_), _parentClass_); | 
Macro definitions for Inventor wrapper, wrapping some SO_NODE* macros.
Definition at line 24 of file XVSubNode.h.