VTK
|
extract a list of cells from a dataset More...
#include <vtkExtractSelectedIds.h>
Public Types | |
typedef vtkExtractSelectionBase | Superclass |
![]() | |
typedef vtkDataObjectAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkExtractSelectedIds * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
![]() | |
vtkExtractSelectionBase * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetSelectionConnection (vtkAlgorithmOutput *algOutput) |
virtual void | SetPreserveTopology (int) |
virtual int | GetPreserveTopology () |
virtual void | PreserveTopologyOn () |
virtual void | PreserveTopologyOff () |
Static Public Member Functions | |
static vtkExtractSelectedIds * | New () |
static int | IsTypeOf (const char *type) |
static vtkExtractSelectedIds * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkExtractSelectionBase * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkExtractSelectedIds () | |
~vtkExtractSelectedIds () | |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
int | ExtractCells (vtkSelectionNode *sel, vtkDataSet *input, vtkDataSet *output) |
int | ExtractPoints (vtkSelectionNode *sel, vtkDataSet *input, vtkDataSet *output) |
![]() | |
vtkExtractSelectionBase () | |
~vtkExtractSelectionBase () | |
virtual int | RequestDataObject (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
Additional Inherited Members | |
![]() | |
int | PreserveTopology |
extract a list of cells from a dataset
vtkExtractSelectedIds extracts a set of cells and points from within a vtkDataSet. The set of ids to extract are listed within a vtkSelection. This filter adds a scalar array called vtkOriginalCellIds that says what input cell produced each output cell. This is an example of a Pedigree ID which helps to trace back results. Depending on whether the selection has GLOBALIDS, VALUES or INDICES, the selection will use the contents of the array named in the GLOBALIDS DataSetAttribute, and arbitrary array, or the position (tuple id or number) within the cell or point array.
Definition at line 39 of file vtkExtractSelectedIds.h.
Definition at line 43 of file vtkExtractSelectedIds.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
Reimplemented from vtkExtractSelectionBase.
|
static |
|
protectedvirtual |
Reimplemented from vtkExtractSelectionBase.
vtkExtractSelectedIds* vtkExtractSelectedIds::NewInstance | ( | ) | const |
void vtkExtractSelectedIds::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
protectedvirtual |
Reimplemented from vtkExtractSelectionBase.
|
protectedvirtual |
|
protected |
|
protected |