|
ParaView
|
Adds a second port to vtkExtractSelection, the second port contains an id selection. More...
#include <vtkPVExtractSelection.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | RemoveAllSelectionsInputs () |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkPVExtractSelection * | SafeDownCast (vtkObject *o) |
| static vtkPVExtractSelection * | New () |
Protected Member Functions | |
| 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) |
Adds a second port to vtkExtractSelection, the second port contains an id selection.
vtkPVExtractSelection adds a second port to vtkExtractSelection.
Definition at line 43 of file vtkPVExtractSelection.h.
| vtkPVExtractSelection::vtkPVExtractSelection | ( | ) | [protected] |
| vtkPVExtractSelection::~vtkPVExtractSelection | ( | ) | [protected] |
| virtual const char* vtkPVExtractSelection::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkExtractSelection.
Reimplemented in vtkPVSingleOutputExtractSelection.
| static int vtkPVExtractSelection::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkExtractSelection.
Reimplemented in vtkPVSingleOutputExtractSelection.
| virtual int vtkPVExtractSelection::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkExtractSelection.
Reimplemented in vtkPVSingleOutputExtractSelection.
| static vtkPVExtractSelection* vtkPVExtractSelection::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkExtractSelection.
Reimplemented in vtkPVSingleOutputExtractSelection.
| void vtkPVExtractSelection::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkExtractSelection.
Reimplemented in vtkPVSingleOutputExtractSelection.
| static vtkPVExtractSelection* vtkPVExtractSelection::New | ( | ) | [static] |
Constructor
Reimplemented from vtkExtractSelection.
Reimplemented in vtkPVSingleOutputExtractSelection.
| void vtkPVExtractSelection::RemoveAllSelectionsInputs | ( | ) | [inline] |
Removes all inputs from input port 1.
Definition at line 54 of file vtkPVExtractSelection.h.
| virtual int vtkPVExtractSelection::RequestDataObject | ( | vtkInformation * | request, |
| vtkInformationVector ** | inputVector, | ||
| vtkInformationVector * | outputVector | ||
| ) | [protected, virtual] |
Reimplemented from vtkExtractSelection.
| virtual int vtkPVExtractSelection::RequestData | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | |||
| ) | [protected, virtual] |
Reimplemented from vtkExtractSelection.
| virtual int vtkPVExtractSelection::FillOutputPortInformation | ( | int | port, |
| vtkInformation * | info | ||
| ) | [protected, virtual] |
Reimplemented from vtkDataObjectAlgorithm.
| vtkSelectionNode* vtkPVExtractSelection::LocateSelection | ( | unsigned int | level, |
| unsigned int | index, | ||
| vtkSelection * | sel | ||
| ) | [protected] |
| vtkSelectionNode* vtkPVExtractSelection::LocateSelection | ( | unsigned int | composite_index, |
| vtkSelection * | sel | ||
| ) | [protected] |
1.7.5.1