Point Sets#
Point sets are datasets with explicit geometry where the point and cell topology are specified and not inferred.
Arbitrary combinations of all cell types for volumetric and surface data. Extension of vtkUnstructuredGrid.
Regular lattice of points with connectivity defined by grid ordering. Extension of vtkStructuredGrid.
A concrete class for storing a set of points with no cell connectivity. Extension of vtkPointSet.
Class Reference#
|
Concrete class for storing a set of points. |
|
Dataset consisting of surface geometry (e.g. vertices, lines, and polygons). |
|
Dataset used for arbitrary combinations of all possible cell types. |
|
Dataset used for topologically regular arrays of data. |
|
Extend the functionality of the vtkExplicitStructuredGrid class. |