MeVisLabToolboxReference
FMEwork/VTK/Sources/VTK/MLVTK/VTKSupport/mlVTKCommonWrappers.h File Reference

Only for automatically generated toolkit modules: Contains some helper macros and functions to support the integration of VTK algorithms in ML modules. More...

#include "mlInitSystemVTKSupport.h"
#include "mlVTKMLBaseWrapper.h"
#include <vtkObject.h>
#include <vtkDataObject.h>
#include <vtkActor.h>
#include <vtkMapper.h>
#include <vtkSource.h>
#include <vtkRenderer.h>

Go to the source code of this file.

Namespaces

namespace  ml
 

Define the namespace name like in the ML. Default is ml.


Typedefs

typedef vtkObject vtkObjectType
 Helper typedef.

Functions

MLVTK_SUPPORT_EXPORT vtkObject * ml::checkPointer (const std::string &reqConnectType, vtkObject *vtkObjPtr)
MLVTK_SUPPORT_EXPORT int ml::VTKCommonTypesAndWrappersInit ()
 Initializes the wrapper classes.

Detailed Description

Only for automatically generated toolkit modules: Contains some helper macros and functions to support the integration of VTK algorithms in ML modules.

Author:
Wolf Spindler
Date:
10/2004

Definition in file mlVTKCommonWrappers.h.


Typedef Documentation

typedef vtkObject vtkObjectType

Helper typedef.

Definition at line 27 of file mlVTKCommonWrappers.h.