ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkPVExtractSelection Class Reference

Adds a second port to vtkExtractSelection, the second port contains an id selection. More...

#include <vtkPVExtractSelection.h>

Inheritance diagram for vtkPVExtractSelection:
Inheritance graph
[legend]
Collaboration diagram for vtkPVExtractSelection:
Collaboration graph
[legend]

List of all members.

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 vtkPVExtractSelectionSafeDownCast (vtkObject *o)
static vtkPVExtractSelectionNew ()

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)
vtkSelectionNodeLocateSelection (unsigned int level, unsigned int index, vtkSelection *sel)
vtkSelectionNodeLocateSelection (unsigned int composite_index, vtkSelection *sel)

Detailed Description

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.


Constructor & Destructor Documentation

vtkPVExtractSelection::vtkPVExtractSelection ( ) [protected]
vtkPVExtractSelection::~vtkPVExtractSelection ( ) [protected]

Member Function Documentation

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]

The documentation for this class was generated from the following file: