| 
    MeVisLab Toolbox Reference
    
   | 
 
Go to the source code of this file.
Macros | |
| #define | __MEVIS_IV_USE_NAMESPACES 1 | 
| Some internal namespace defines and switches for OpenInventor namespaces.   | |
| #define | __MEVIS_IV_NAMESPACE mevisiv | 
| #define | __MEVIS_IV_BEGIN_NAMESPACE namespace mevisiv { | 
| #define | __MEVIS_IV_END_NAMESPACE } | 
| #define | __USING_NAMESPACE_MEVIS_IV using namespace mevisiv; | 
| #define __MEVIS_IV_BEGIN_NAMESPACE namespace mevisiv { | 
Definition at line 39 of file OIVConfig.h.
| #define __MEVIS_IV_END_NAMESPACE } | 
Definition at line 40 of file OIVConfig.h.
| #define __MEVIS_IV_NAMESPACE mevisiv | 
Definition at line 38 of file OIVConfig.h.
| #define __MEVIS_IV_USE_NAMESPACES 1 | 
Some internal namespace defines and switches for OpenInventor namespaces.
Assume the compiler supports namespaces. __MEVIS_IV_NO_NAMESPACES is a hook so that users can disable namespaces without having to edit library headers.
Definition at line 37 of file OIVConfig.h.
| #define __USING_NAMESPACE_MEVIS_IV using namespace mevisiv; | 
Definition at line 41 of file OIVConfig.h.