vtkExtractUnstructuredGrid - extract subset of unstructured grid geometry
Super Class: vtkUnstructuredGridFilter
Description:
vtkExtractUnstructuredGrid is a general-purpose filter to extract geometry (and associated data) from an unstructured grid dataset. The extraction process is controlled by specifying a range of point ids, cell ids, or a bounding box (referred to as "Extent").
Caveats:
The input points are copied through to the output. This means unused points may be present in the output data.
See Also:
vtkStructuredPointsGeometryFilter vtkStructuredGridGeometryFilter vtkRectilinearGridGeometryFilter vtkExtractGeometry vtkExtractVOI
Methods:
Detailed Method Descriptions:
![]()
| static vtkExtractUnstructuredGrid *New () |
![]()
| void SetPointClipping (int ) | |
| int GetPointClipping () | |
| void PointClippingOn () | |
| void PointClippingOff () |
![]()
| void SetCellClipping (int ) | |
| int GetCellClipping () | |
| void CellClippingOn () | |
| void CellClippingOff () |
![]()
| void SetExtentClipping (int ) | |
| int GetExtentClipping () | |
| void ExtentClippingOn () | |
| void ExtentClippingOff () |
![]()
| void SetPointMinimum (int ) | |
| int GetPointMinimum () |
![]()
| void SetPointMaximum (int ) | |
| int GetPointMaximum () |
![]()
| void SetCellMinimum (int ) | |
| int GetCellMinimum () |
![]()
| void SetCellMaximum (int ) | |
| int GetCellMaximum () |
![]()
| void SetExtent (float ,float ,float ,float ,float ,float ) |
![]()
| void SetExtent (float *) | |
| float *GetExtent () |
![]()
| vtkUnstructuredGrid *GetOutput () |
![]()