Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkCollectPolyData Class Reference

#include <vtkCollectPolyData.h>

Inheritance diagram for vtkCollectPolyData:

Inheritance graph
[legend]
Collaboration diagram for vtkCollectPolyData:

Collaboration graph
[legend]
List of all members.

Detailed Description

Collect distributed polydata.

This filter has code to collect polydat from across processes onto node 0. Collection can be turned on or off using the "PassThrough" flag.

Created by:
  • Law, Charles
CVS contributions (if > 5%):
  • Law, Charles (88%)
  • Cedilnik, Andy (8%)
CVS logs (CVSweb):
  • .h (/Parallel/vtkCollectPolyData.h)
  • .cxx (/Parallel/vtkCollectPolyData.cxx)

Definition at line 41 of file vtkCollectPolyData.h.

Public Types

typedef vtkPolyDataToPolyDataFilter Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetController (vtkMultiProcessController *)
virtual vtkMultiProcessControllerGetController ()
virtual void SetSocketController (vtkSocketController *)
virtual vtkSocketControllerGetSocketController ()
virtual void SetPassThrough (int)
virtual int GetPassThrough ()
virtual void PassThroughOn ()
virtual void PassThroughOff ()

Static Public Member Functions

vtkCollectPolyDataNew ()
int IsTypeOf (const char *type)
vtkCollectPolyDataSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkCollectPolyData ()
 ~vtkCollectPolyData ()
void ComputeInputUpdateExtents (vtkDataObject *output)
void ExecuteData (vtkDataObject *)
void ExecuteInformation ()

Protected Attributes

int PassThrough
vtkMultiProcessControllerController
vtkSocketControllerSocketController


Member Typedef Documentation

typedef vtkPolyDataToPolyDataFilter vtkCollectPolyData::Superclass
 

Reimplemented from vtkPolyDataToPolyDataFilter.

Definition at line 45 of file vtkCollectPolyData.h.


Constructor & Destructor Documentation

vtkCollectPolyData::vtkCollectPolyData  )  [protected]
 

vtkCollectPolyData::~vtkCollectPolyData  )  [protected]
 


Member Function Documentation

vtkCollectPolyData* vtkCollectPolyData::New  )  [static]
 

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkAlgorithm.

virtual const char* vtkCollectPolyData::GetClassName  )  [virtual]
 

Reimplemented from vtkPolyDataToPolyDataFilter.

int vtkCollectPolyData::IsTypeOf const char *  type  )  [static]
 

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkPolyDataToPolyDataFilter.

virtual int vtkCollectPolyData::IsA const char *  type  )  [virtual]
 

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkPolyDataToPolyDataFilter.

vtkCollectPolyData* vtkCollectPolyData::SafeDownCast vtkObject o  )  [static]
 

Reimplemented from vtkPolyDataToPolyDataFilter.

void vtkCollectPolyData::PrintSelf ostream &  os,
vtkIndent  indent
[virtual]
 

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkPolyDataToPolyDataFilter.

virtual void vtkCollectPolyData::SetController vtkMultiProcessController  )  [virtual]
 

By defualt this filter uses the global controller, but this method can be used to set another instead.

virtual vtkMultiProcessController* vtkCollectPolyData::GetController  )  [virtual]
 

By defualt this filter uses the global controller, but this method can be used to set another instead.

virtual void vtkCollectPolyData::SetSocketController vtkSocketController  )  [virtual]
 

When this filter is being used in client-server mode, this is the controller used to communicate between client and server. Client should not set the other controller.

virtual vtkSocketController* vtkCollectPolyData::GetSocketController  )  [virtual]
 

When this filter is being used in client-server mode, this is the controller used to communicate between client and server. Client should not set the other controller.

virtual void vtkCollectPolyData::SetPassThrough int   )  [virtual]
 

To collect or just copy input to output. Off (collect) by default.

virtual int vtkCollectPolyData::GetPassThrough  )  [virtual]
 

To collect or just copy input to output. Off (collect) by default.

virtual void vtkCollectPolyData::PassThroughOn  )  [virtual]
 

To collect or just copy input to output. Off (collect) by default.

virtual void vtkCollectPolyData::PassThroughOff  )  [virtual]
 

To collect or just copy input to output. Off (collect) by default.

void vtkCollectPolyData::ComputeInputUpdateExtents vtkDataObject output  )  [protected, virtual]
 

What is the input update extent that is required to produce the desired output? By default, the whole input is always required but this is overridden in many subclasses.

Reimplemented from vtkPolyDataSource.

void vtkCollectPolyData::ExecuteData vtkDataObject  )  [protected, virtual]
 

This method is the one that should be used by subclasses, right now the default implementation is to call the backwards compatibility method

Reimplemented from vtkSource.

void vtkCollectPolyData::ExecuteInformation  )  [protected, virtual]
 

Reimplemented from vtkSource.


Member Data Documentation

int vtkCollectPolyData::PassThrough [protected]
 

Definition at line 74 of file vtkCollectPolyData.h.

vtkMultiProcessController* vtkCollectPolyData::Controller [protected]
 

Definition at line 81 of file vtkCollectPolyData.h.

vtkSocketController* vtkCollectPolyData::SocketController [protected]
 

Definition at line 82 of file vtkCollectPolyData.h.


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