#include <vtkExtractUnstructuredGrid.h>
Inheritance diagram for vtkExtractUnstructuredGrid:
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"). Those cells lying within these regions are sent to the output. The user has the choice of merging coincident points (Merging is on) or using the original point set (Merging is off).
Definition at line 51 of file vtkExtractUnstructuredGrid.h.
|
Reimplemented from vtkUnstructuredGridAlgorithm. Definition at line 54 of file vtkExtractUnstructuredGrid.h. |
|
|
|
Definition at line 143 of file vtkExtractUnstructuredGrid.h. |
|
Reimplemented from vtkUnstructuredGridAlgorithm. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkUnstructuredGridAlgorithm. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkUnstructuredGridAlgorithm. |
|
Reimplemented from vtkUnstructuredGridAlgorithm. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkUnstructuredGridAlgorithm. |
|
Construct with all types of clipping turned off. Reimplemented from vtkUnstructuredGridAlgorithm. |
|
Turn on/off selection of geometry by point id. |
|
Turn on/off selection of geometry by point id. |
|
Turn on/off selection of geometry by point id. |
|
Turn on/off selection of geometry by point id. |
|
Turn on/off selection of geometry by cell id. |
|
Turn on/off selection of geometry by cell id. |
|
Turn on/off selection of geometry by cell id. |
|
Turn on/off selection of geometry by cell id. |
|
Turn on/off selection of geometry via bounding box. |
|
Turn on/off selection of geometry via bounding box. |
|
Turn on/off selection of geometry via bounding box. |
|
Turn on/off selection of geometry via bounding box. |
|
Specify the minimum point id for point id selection. |
|
Specify the minimum point id for point id selection. |
|
Specify the maximum point id for point id selection. |
|
Specify the maximum point id for point id selection. |
|
Specify the minimum cell id for point id selection. |
|
Specify the minimum cell id for point id selection. |
|
Specify the maximum cell id for point id selection. |
|
Specify the maximum cell id for point id selection. |
|
Specify a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data. |
|
Set / get a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data. |
|
Set / get a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data. Definition at line 116 of file vtkExtractUnstructuredGrid.h. |
|
Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts. |
|
Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts. |
|
Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts. |
|
Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts. |
|
Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used. |
|
Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used. |
|
Create default locator. Used to create one when none is specified. |
|
Return the MTime also considering the locator. Reimplemented from vtkObject. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkUnstructuredGridAlgorithm. |
|
Definition at line 147 of file vtkExtractUnstructuredGrid.h. |
|
Definition at line 148 of file vtkExtractUnstructuredGrid.h. |
|
Definition at line 149 of file vtkExtractUnstructuredGrid.h. |
|
Definition at line 150 of file vtkExtractUnstructuredGrid.h. |
|
Definition at line 151 of file vtkExtractUnstructuredGrid.h. |
|
Definition at line 152 of file vtkExtractUnstructuredGrid.h. |
|
Definition at line 153 of file vtkExtractUnstructuredGrid.h. |
|
Definition at line 154 of file vtkExtractUnstructuredGrid.h. |
|
Definition at line 156 of file vtkExtractUnstructuredGrid.h. |
|
Definition at line 157 of file vtkExtractUnstructuredGrid.h. |