VTK
|
extract cells within a dataset that contain the locations listen in the vtkSelection. More...
#include <vtkExtractSelectedLocations.h>
Public Types | |
typedef vtkExtractSelectionBase | Superclass |
![]() | |
typedef vtkDataObjectAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkExtractSelectedLocations * | 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 vtkExtractSelectedLocations * | New () |
static int | IsTypeOf (const char *type) |
static vtkExtractSelectedLocations * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkExtractSelectionBase * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkExtractSelectedLocations () | |
~vtkExtractSelectedLocations () | |
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 | FillInputPortInformation (int port, vtkInformation *info) |
virtual int | RequestDataObject (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
Additional Inherited Members | |
![]() | |
int | PreserveTopology |
extract cells within a dataset that contain the locations listen in the vtkSelection.
vtkExtractSelectedLocations extracts all cells whose volume contain at least one point listed in the LOCATIONS content of the 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.
Definition at line 37 of file vtkExtractSelectedLocations.h.
Definition at line 41 of file vtkExtractSelectedLocations.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
Reimplemented from vtkExtractSelectionBase.
|
static |
|
protectedvirtual |
Reimplemented from vtkExtractSelectionBase.
vtkExtractSelectedLocations* vtkExtractSelectedLocations::NewInstance | ( | ) | const |
void vtkExtractSelectedLocations::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
protected |
|
protected |
|
protected |