MeVisLab Toolbox Reference
|
#include "mlInitSystemVTKSupport.h"
#include "mlVTKMLBaseWrapper.h"
#include <vtkObject.h>
#include <vtkDataObject.h>
#include <vtkActor.h>
#include <vtkMapper.h>
#include <vtkRenderer.h>
#include <vtkAlgorithm.h>
Go to the source code of this file.
Namespaces | |
namespace | ml |
Main documentation file for ML users and developers. | |
Typedefs | |
typedef vtkObject | vtkObjectType |
Helper typedef. | |
Functions | |
MLVTK_SUPPORT_EXPORT vtkObject * | ml::checkPointer (const std::string &reqConnectType, vtkObject *vtkObjPtr) |
template<class T > | |
T * | ml::checkObject (vtkObject *vtkObjPtr) |
MLVTK_SUPPORT_EXPORT int | ml::VTKCommonTypesAndWrappersInit () |
Initializes the wrapper classes. | |
Helper typedef.
Definition at line 27 of file mlVTKCommonWrappers.h.