MeVisLab Toolbox Reference
mlVTKCommonWrappers.h File Reference
#include "mlInitSystemVTKSupport.h"
#include "mlVTKMLBaseWrapper.h"
#include <vtkObject.h>
#include <vtkDataObject.h>
#include <vtkActor.h>
#include <vtkMapper.h>
#include <vtkRenderer.h>

Go to the source code of this file.

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Typedefs

typedef vtkObject vtkObjectType
 Helper typedef. More...
 

Functions

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

Typedef Documentation

◆ vtkObjectType

typedef vtkObject vtkObjectType

Helper typedef.

Definition at line 26 of file mlVTKCommonWrappers.h.