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

vtkPVSingleOutputExtractSelection extends to vtkPVExtractSelection to simply hide the second output-port. More...

#include <vtkPVSingleOutputExtractSelection.h>

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

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 vtkPVSingleOutputExtractSelectionNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVSingleOutputExtractSelectionSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkPVExtractSelection
static int IsTypeOf (const char *type)
 
static vtkPVExtractSelectionSafeDownCast (vtkObject *o)
 
static vtkPVExtractSelectionNew ()
 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
 

Detailed Description

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.

Member Typedef Documentation

◆ Superclass

Definition at line 33 of file vtkPVSingleOutputExtractSelection.h.

Constructor & Destructor Documentation

◆ vtkPVSingleOutputExtractSelection()

vtkPVSingleOutputExtractSelection::vtkPVSingleOutputExtractSelection ( )
protected

◆ ~vtkPVSingleOutputExtractSelection()

vtkPVSingleOutputExtractSelection::~vtkPVSingleOutputExtractSelection ( )
protected

Member Function Documentation

◆ New()

static vtkPVSingleOutputExtractSelection* vtkPVSingleOutputExtractSelection::New ( )
static

◆ GetClassName()

virtual const char* vtkPVSingleOutputExtractSelection::GetClassName ( )
virtual

Reimplemented from vtkPVExtractSelection.

◆ IsTypeOf()

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

◆ IsA()

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

Reimplemented from vtkPVExtractSelection.

◆ SafeDownCast()

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

◆ PrintSelf()

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

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