VTK Algorithms in MeVisLab¶
Integration of VTK Algorithms in MeVisLab¶
This is the main documentation page for the binding of the VTK in MeVisLab.
See also
VTK Python Binding
- file:../../../Modules/Macros/Examples for MeVisLab module examples.
- file:../../../../../Mevis/ThirdParty/ThirdPartyInformation/vtk and in the IDE menu Help/About for licenses and copyrights.
- Developer tool functionality: file:../../../../../MeVisLab/Resources/Documentation/Publish/SDK/ToolBoxReference/MLVTKSupportPage.html
- Further external VTK links:
- https://www.vtk.org – the VTK main page,
- https://www.vtk.org/doc/nightly/html/index.html – the doxygen main page of the current VTK version.
- Acknowledgements:
- The module generators for the ITK and VTK bindings for MeVisLab makes heavily use of the great tool XML for ITK developed by Julien Jomier at http://www.kitware.com / CADDLab. He also provided many ideas and support for the MeVisLab - ITK integration.
Integrating your own VTK classes¶
You can extend MeVisLab with your own VTK classes. Have a look at the VTKCPPExample module, how to do this. The example is located here: