ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkPConvertSelection Class Reference

parallel aware vtkConvertSelection subclass. More...

#include <vtkPConvertSelection.h>

Inheritance diagram for vtkPConvertSelection:
Inheritance graph
[legend]
Collaboration diagram for vtkPConvertSelection:
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 SetController (vtkMultiProcessController *)
virtual vtkMultiProcessControllerGetController ()

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

vtkMultiProcessControllerController

Detailed Description

parallel aware vtkConvertSelection subclass.

vtkPConvertSelection is a parallel aware vtkConvertSelection subclass.

Definition at line 28 of file vtkPConvertSelection.h.


Constructor & Destructor Documentation

vtkPConvertSelection::vtkPConvertSelection ( ) [protected]
vtkPConvertSelection::~vtkPConvertSelection ( ) [protected]

Member Function Documentation

static vtkPConvertSelection* vtkPConvertSelection::New ( ) [static]

Reimplemented from vtkConvertSelection.

virtual const char* vtkPConvertSelection::GetClassName ( ) [virtual]

Reimplemented from vtkConvertSelection.

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

Reimplemented from vtkConvertSelection.

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

Reimplemented from vtkConvertSelection.

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

Reimplemented from vtkConvertSelection.

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

Reimplemented from vtkConvertSelection.

void vtkPConvertSelection::SetController ( vtkMultiProcessController )

Get/Set the parallel controller.

virtual vtkMultiProcessController* vtkPConvertSelection::GetController ( ) [virtual]

Get/Set the parallel controller.

virtual int vtkPConvertSelection::RequestData ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
) [protected, virtual]

Reimplemented from vtkConvertSelection.


Member Data Documentation

Definition at line 51 of file vtkPConvertSelection.h.


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