|
ParaView
|
vtkPVSingleOutputExtractSelection extends to vtkPVExtractSelection to simply hide the second output-port. More...
#include <vtkPVSingleOutputExtractSelection.h>


Public Types | |
| typedef vtkPVExtractSelection | Superclass |
Public Types inherited from vtkPVExtractSelection | |
| typedef vtkExtractSelection | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Public Member Functions inherited from vtkPVExtractSelection | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | RemoveAllSelectionsInputs () |
| Removes all inputs from input port 1. More... | |
Static Public Member Functions | |
| static vtkPVSingleOutputExtractSelection * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVSingleOutputExtractSelection * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkPVExtractSelection | |
| static int | IsTypeOf (const char *type) |
| static vtkPVExtractSelection * | SafeDownCast (vtkObject *o) |
| static vtkPVExtractSelection * | New () |
| Constructor. More... | |
Protected Member Functions | |
| vtkPVSingleOutputExtractSelection () | |
| ~vtkPVSingleOutputExtractSelection () | |
Protected Member Functions inherited from vtkPVExtractSelection | |
| vtkPVExtractSelection () | |
| ~vtkPVExtractSelection () | |
| virtual int | RequestDataObject (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| virtual int | FillOutputPortInformation (int port, vtkInformation *info) |
| vtkSelectionNode * | LocateSelection (unsigned int level, unsigned int index, vtkSelection *sel) |
| vtkSelectionNode * | LocateSelection (unsigned int composite_index, vtkSelection *sel) |
Additional Inherited Members | |
Static Public Attributes inherited from vtkPVExtractSelection | |
| static const int | OUTPUT_PORT_EXTRACTED_DATASET = 0 |
| static const int | OUTPUT_PORT_SELECTION_IDS = 1 |
| static const int | OUTPUT_PORT_SELECTION_ORIGINAL = 2 |
vtkPVSingleOutputExtractSelection extends to vtkPVExtractSelection to simply hide the second output-port.
This is the filter used in ParaView GUI.
Definition at line 28 of file vtkPVSingleOutputExtractSelection.h.
Definition at line 33 of file vtkPVSingleOutputExtractSelection.h.
|
protected |
|
protected |
|
static |
|
virtual |
Reimplemented from vtkPVExtractSelection.
|
static |
|
virtual |
Reimplemented from vtkPVExtractSelection.
|
static |
| void vtkPVSingleOutputExtractSelection::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
1.8.12