The following are the list of provided Modules along with a brief description.
This module creates and manages a set of three axes for your data. The class uses a vtkCubeAxesActor2D.
This module shows a grid plane of the given input structured, rectilinear or structured points grid with the scalar data either as a color map or as contour lines. This works only for structured grid, structured point and rectilinear grid data.
This module shows a grid plane of the given input grid. The plane can be shown as a wireframe or coloured surface with or without scalar visibility and contour lines. The module basically wraps around the vtk*GeometryFilters. This module enables one to completely configure the grid plane. It works only for structured grid, structured point and rectilinear grid datasets.
This module shows a grid plane of the given input grid. The plane can be shown as a wireframe or coloured surface with or without scalar visibility. This works only for structured grid, structured point and rectilinear grid data. Useful for debugging and displaying your created grid.
This module shows the given vector data as a 'hedge hog' plot. The lines can be colored based on the input scalar data. This class should work with any dataset.
This module shows an iso-surface of scalar data. This will work for any dataset.
This module creates a 'Locator' axis, that can be used to mark a three dimensional point in your data.
Displays an Outline for any data input.
Displays polydata input, nothing fancy.
This module plots scalar data on a cut plane either as a color map or with contour lines. This will work for any dataset.
This module makes it possible to view streamlines, streamtubes, and stream ribbons for any type of vector data. Any number of point sources can be added and deleted. A fairly powerful UI is provided. This module should work with any dataset.
Displays an Outline for a structured grid.
Displays a surface map of any data. It should work for any dataset but is best if used for 2d surfaces (polydata and unstructured surfaces).
This module displays glyphs, scaled and colored as per the tensor data. This will work for any dataset.
This module displays cone glyphs scaled and colored as per the vector or scalar data on cut plane. This will work for any dataset.
This module displays cone or arrow glyphs scaled and colored as per the vector data. This will work for any dataset.
This module takes a cut plane and warps it using a vtkWarpVector as per the vector times a scale factor. This will work for any dataset.