VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkCollectPolyData Class Reference

Collect distributed polydata. More...

#include <vtkCollectPolyData.h>

Inherits vtkPolyDataAlgorithm.

Public Types

typedef vtkPolyDataAlgorithm Superclass
 

Public Member Functions

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

Static Public Member Functions

static vtkCollectPolyDataNew ()
 
static int IsTypeOf (const char *type)
 
static vtkCollectPolyDataSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkCollectPolyData ()
 
 ~vtkCollectPolyData ()
 
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 

Protected Attributes

int PassThrough
 
vtkMultiProcessController * Controller
 
vtkSocketController * SocketController
 

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.

Definition at line 31 of file vtkCollectPolyData.h.

Member Typedef Documentation

typedef vtkPolyDataAlgorithm vtkCollectPolyData::Superclass

Definition at line 35 of file vtkCollectPolyData.h.

Constructor & Destructor Documentation

vtkCollectPolyData::vtkCollectPolyData ( )
protected
vtkCollectPolyData::~vtkCollectPolyData ( )
protected

Member Function Documentation

static vtkCollectPolyData* vtkCollectPolyData::New ( )
static
static int vtkCollectPolyData::IsTypeOf ( const char *  type)
static
virtual int vtkCollectPolyData::IsA ( const char *  type)
virtual
static vtkCollectPolyData* vtkCollectPolyData::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkCollectPolyData::NewInstanceInternal ( ) const
protectedvirtual
vtkCollectPolyData* vtkCollectPolyData::NewInstance ( ) const
void vtkCollectPolyData::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
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.

virtual int vtkCollectPolyData::RequestUpdateExtent ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual
virtual int vtkCollectPolyData::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual
virtual int vtkCollectPolyData::RequestInformation ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual

Member Data Documentation

int vtkCollectPolyData::PassThrough
protected

Definition at line 64 of file vtkCollectPolyData.h.

vtkMultiProcessController* vtkCollectPolyData::Controller
protected

Definition at line 71 of file vtkCollectPolyData.h.

vtkSocketController* vtkCollectPolyData::SocketController
protected

Definition at line 72 of file vtkCollectPolyData.h.


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