#include <vtkExtractCells.h>
Inheritance diagram for vtkExtractCells:
Given a vtkDataSet and a list of cell Ids, create a vtkUnstructuredGrid composed of these cells. If the cell list is empty when vtkExtractCells executes, it will set up the ugrid, point and cell arrays, with no points, cells or data.
Definition at line 49 of file vtkExtractCells.h.
Public Types | |
typedef vtkDataSetToUnstructuredGridFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetCellList (vtkIdList *l) |
void | AddCellList (vtkIdList *l) |
void | AddCellRange (vtkIdType from, vtkIdType to) |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkExtractCells * | SafeDownCast (vtkObject *o) |
vtkExtractCells * | New () |
Protected Member Functions | |
virtual void | Execute () |
vtkExtractCells () | |
~vtkExtractCells () |
|
Reimplemented from vtkDataSetToUnstructuredGridFilter. Definition at line 52 of file vtkExtractCells.h. |
|
|
|
|
|
Reimplemented from vtkDataSetToUnstructuredGridFilter. |
|
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 vtkDataSetToUnstructuredGridFilter. |
|
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 vtkDataSetToUnstructuredGridFilter. |
|
Reimplemented from vtkDataSetToUnstructuredGridFilter. |
|
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 vtkDataSetToUnstructuredGridFilter. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Set the list of cell IDs that the output vtkUnstructuredGrid will be composed of. Replaces any other cell ID list supplied so far. (Set to NULL to free memory used by cell list.) |
|
Add the supplied list of cell IDs to those that will be included in the output vtkUnstructuredGrid. |
|
Add this range of cell IDs to those that will be included in the output vtkUnstructuredGrid. |
|
This method is the old style execute method Reimplemented from vtkSource. |