subset a vtkDataSet to create a vtkUnstructuredGrid
More...
#include <vtkExtractCells.h>
Inherits vtkUnstructuredGridAlgorithm.
subset a vtkDataSet to create a vtkUnstructuredGrid
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 39 of file vtkExtractCells.h.
vtkExtractCells::vtkExtractCells |
( |
| ) |
|
|
protected |
vtkExtractCells::~vtkExtractCells |
( |
| ) |
|
|
protected |
static int vtkExtractCells::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkExtractCells::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkExtractCells::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
virtual void vtkExtractCells::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
virtual |
void vtkExtractCells::SetCellList |
( |
vtkIdList * |
l | ) |
|
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.)
void vtkExtractCells::AddCellList |
( |
vtkIdList * |
l | ) |
|
Add the supplied list of cell IDs to those that will be included in the output vtkUnstructuredGrid.
void vtkExtractCells::AddCellRange |
( |
vtkIdType |
from, |
|
|
vtkIdType |
to |
|
) |
| |
Add this range of cell IDs to those that will be included in the output vtkUnstructuredGrid.
virtual int vtkExtractCells::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkExtractCells::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
The documentation for this class was generated from the following file: