ParaView
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
vtkPVExtractSelection Class Reference

Adds a two more output ports to vtkExtractSelection, the second port contains an id selection and the third is simply the input selection. More...

#include <vtkPVExtractSelection.h>

Inheritance diagram for vtkPVExtractSelection:
Inheritance graph
[legend]

Public Types

typedef vtkExtractSelection Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void RemoveAllSelectionsInputs ()
 Removes all inputs from input port 1. More...
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkPVExtractSelectionSafeDownCast (vtkObject *o)
 
static vtkPVExtractSelectionNew ()
 Constructor. More...
 

Static Public Attributes

static const int OUTPUT_PORT_EXTRACTED_DATASET = 0
 
static const int OUTPUT_PORT_SELECTION_IDS = 1
 
static const int OUTPUT_PORT_SELECTION_ORIGINAL = 2
 

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)
 

Detailed Description

Adds a two more output ports to vtkExtractSelection, the second port contains an id selection and the third is simply the input selection.

vtkPVExtractSelection adds a second port to vtkExtractSelection.

Definition at line 51 of file vtkPVExtractSelection.h.

Member Typedef Documentation

◆ Superclass

typedef vtkExtractSelection vtkPVExtractSelection::Superclass

Definition at line 54 of file vtkPVExtractSelection.h.

Constructor & Destructor Documentation

◆ vtkPVExtractSelection()

vtkPVExtractSelection::vtkPVExtractSelection ( )
protected

◆ ~vtkPVExtractSelection()

vtkPVExtractSelection::~vtkPVExtractSelection ( )
protected

Member Function Documentation

◆ GetClassName()

virtual const char* vtkPVExtractSelection::GetClassName ( )
virtual

◆ IsTypeOf()

static int vtkPVExtractSelection::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkPVExtractSelection::IsA ( const char *  type)
virtual

◆ SafeDownCast()

static vtkPVExtractSelection* vtkPVExtractSelection::SafeDownCast ( vtkObject *  o)
static

◆ PrintSelf()

void vtkPVExtractSelection::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

◆ New()

static vtkPVExtractSelection* vtkPVExtractSelection::New ( )
static

Constructor.

◆ RemoveAllSelectionsInputs()

void vtkPVExtractSelection::RemoveAllSelectionsInputs ( )
inline

Removes all inputs from input port 1.

Definition at line 69 of file vtkPVExtractSelection.h.

◆ RequestDataObject()

virtual int vtkPVExtractSelection::RequestDataObject ( vtkInformation *  request,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector 
)
protectedvirtual

◆ RequestData()

virtual int vtkPVExtractSelection::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual

◆ FillOutputPortInformation()

virtual int vtkPVExtractSelection::FillOutputPortInformation ( int  port,
vtkInformation *  info 
)
protectedvirtual

◆ LocateSelection() [1/2]

vtkSelectionNode* vtkPVExtractSelection::LocateSelection ( unsigned int  level,
unsigned int  index,
vtkSelection *  sel 
)
protected

◆ LocateSelection() [2/2]

vtkSelectionNode* vtkPVExtractSelection::LocateSelection ( unsigned int  composite_index,
vtkSelection *  sel 
)
protected

Member Data Documentation

◆ OUTPUT_PORT_EXTRACTED_DATASET

const int vtkPVExtractSelection::OUTPUT_PORT_EXTRACTED_DATASET = 0
static

Definition at line 57 of file vtkPVExtractSelection.h.

◆ OUTPUT_PORT_SELECTION_IDS

const int vtkPVExtractSelection::OUTPUT_PORT_SELECTION_IDS = 1
static

Definition at line 58 of file vtkPVExtractSelection.h.

◆ OUTPUT_PORT_SELECTION_ORIGINAL

const int vtkPVExtractSelection::OUTPUT_PORT_SELECTION_ORIGINAL = 2
static

Definition at line 59 of file vtkPVExtractSelection.h.


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