|
MeVisLab Resolution Independence API
|
Go to the source code of this file.
Macros | |
| #define | SONODE_IS_A(node, type) |
| Library init macros, node check macros for inventor wrapper. | |
| #define | XV_INIT_LIBRARY(initMethod) |
| #define SONODE_IS_A | ( | node, | |
| type ) |
Library init macros, node check macros for inventor wrapper.
SONODE_IS_A macro is used to check whether the given node pointer is of the wanted type: usage: SONODE_IS_A(node, SoAnyNodeName)
Definition at line 26 of file XVBasics.h.
| #define XV_INIT_LIBRARY | ( | initMethod | ) |
XV_INIT_LIBRARY is a macro used to initialize shared libraries independent of the underlying system (WIN32/Unix), the given init method is called on loading of the library.
Definition at line 31 of file XVBasics.h.