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

#include <vtkAllToNRedistributeCompositePolyData.h>

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

Static Public Member Functions

static
vtkAllToNRedistributeCompositePolyData
New ()
static int IsTypeOf (const char *type)
static
vtkAllToNRedistributeCompositePolyData
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkAllToNRedistributeCompositePolyData ()
 ~vtkAllToNRedistributeCompositePolyData ()
virtual vtkExecutiveCreateDefaultExecutive ()
virtual int RequestDataObject (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int FillInputPortInformation (int port, vtkInformation *info)

Protected Attributes

int NumberOfProcesses
vtkMultiProcessControllerController

Detailed Description

vtkAllToNRedistributePolyData extension that is composite data aware.

Definition at line 27 of file vtkAllToNRedistributeCompositePolyData.h.


Constructor & Destructor Documentation

vtkAllToNRedistributeCompositePolyData::vtkAllToNRedistributeCompositePolyData ( ) [protected]
vtkAllToNRedistributeCompositePolyData::~vtkAllToNRedistributeCompositePolyData ( ) [protected]

Member Function Documentation

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

Reimplemented from vtkDataObjectAlgorithm.

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

Reimplemented from vtkDataObjectAlgorithm.

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

Reimplemented from vtkDataObjectAlgorithm.

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

Reimplemented from vtkDataObjectAlgorithm.

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

Reimplemented from vtkDataObjectAlgorithm.

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

Reimplemented from vtkDataObjectAlgorithm.

virtual void vtkAllToNRedistributeCompositePolyData::SetController ( vtkMultiProcessController ) [virtual]

The filter needs a controller to determine which process it is in.

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

The filter needs a controller to determine which process it is in.

virtual void vtkAllToNRedistributeCompositePolyData::SetNumberOfProcesses ( int  ) [virtual]
virtual int vtkAllToNRedistributeCompositePolyData::GetNumberOfProcesses ( ) [virtual]
virtual vtkExecutive* vtkAllToNRedistributeCompositePolyData::CreateDefaultExecutive ( ) [protected, virtual]

Create a default executive. If the DefaultExecutivePrototype is set, a copy of it is created in CreateDefaultExecutive() using NewInstance(). Otherwise, vtkStreamingDemandDrivenPipeline is created.

Reimplemented from vtkAlgorithm.

virtual int vtkAllToNRedistributeCompositePolyData::RequestDataObject ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
) [protected, virtual]

Reimplemented from vtkDataObjectAlgorithm.

virtual int vtkAllToNRedistributeCompositePolyData::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

Reimplemented from vtkDataObjectAlgorithm.

virtual int vtkAllToNRedistributeCompositePolyData::FillInputPortInformation ( int  port,
vtkInformation info 
) [protected, virtual]

Reimplemented from vtkDataObjectAlgorithm.


Member Data Documentation

Definition at line 62 of file vtkAllToNRedistributeCompositePolyData.h.

Definition at line 63 of file vtkAllToNRedistributeCompositePolyData.h.


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