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

parallel aware vtkConvertSelection subclass. More...

#include <vtkPConvertSelection.h>

Inherits vtkConvertSelection.

Public Types

typedef vtkConvertSelection Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void SetController (vtkMultiProcessController *)
 Get/Set the parallel controller. More...
 
virtual vtkMultiProcessController * GetController ()
 Get/Set the parallel controller. More...
 

Static Public Member Functions

static vtkPConvertSelectionNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPConvertSelectionSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPConvertSelection ()
 
 ~vtkPConvertSelection ()
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 

Protected Attributes

vtkMultiProcessController * Controller
 

Detailed Description

parallel aware vtkConvertSelection subclass.

vtkPConvertSelection is a parallel aware vtkConvertSelection subclass.

Definition at line 30 of file vtkPConvertSelection.h.

Member Typedef Documentation

§ Superclass

typedef vtkConvertSelection vtkPConvertSelection::Superclass

Definition at line 34 of file vtkPConvertSelection.h.

Constructor & Destructor Documentation

§ vtkPConvertSelection()

vtkPConvertSelection::vtkPConvertSelection ( )
protected

§ ~vtkPConvertSelection()

vtkPConvertSelection::~vtkPConvertSelection ( )
protected

Member Function Documentation

§ New()

static vtkPConvertSelection* vtkPConvertSelection::New ( )
static

§ GetClassName()

virtual const char* vtkPConvertSelection::GetClassName ( )
virtual

§ IsTypeOf()

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

§ IsA()

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

§ SafeDownCast()

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

§ PrintSelf()

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

§ SetController()

void vtkPConvertSelection::SetController ( vtkMultiProcessController *  )

Get/Set the parallel controller.

§ GetController()

virtual vtkMultiProcessController* vtkPConvertSelection::GetController ( )
virtual

Get/Set the parallel controller.

§ RequestData()

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

Member Data Documentation

§ Controller

vtkMultiProcessController* vtkPConvertSelection::Controller
protected

Definition at line 51 of file vtkPConvertSelection.h.


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