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
vtkCollectTable Class Reference

Collect distributed table. More...

#include <vtkCollectTable.h>

Inherits vtkTableAlgorithm.

Public Types

typedef vtkTableAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkCollectTableNewInstance () 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 vtkCollectTableNew ()
 
static int IsTypeOf (const char *type)
 
static vtkCollectTableSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkCollectTable ()
 
 ~vtkCollectTable ()
 
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 table.

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

Definition at line 35 of file vtkCollectTable.h.

Member Typedef Documentation

typedef vtkTableAlgorithm vtkCollectTable::Superclass

Definition at line 39 of file vtkCollectTable.h.

Constructor & Destructor Documentation

vtkCollectTable::vtkCollectTable ( )
protected
vtkCollectTable::~vtkCollectTable ( )
protected

Member Function Documentation

static vtkCollectTable* vtkCollectTable::New ( )
static
static int vtkCollectTable::IsTypeOf ( const char *  type)
static
virtual int vtkCollectTable::IsA ( const char *  type)
virtual
static vtkCollectTable* vtkCollectTable::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkCollectTable::NewInstanceInternal ( ) const
protectedvirtual
vtkCollectTable* vtkCollectTable::NewInstance ( ) const
void vtkCollectTable::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual void vtkCollectTable::SetController ( vtkMultiProcessController *  )
virtual

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

virtual vtkMultiProcessController* vtkCollectTable::GetController ( )
virtual

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

virtual void vtkCollectTable::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* vtkCollectTable::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 vtkCollectTable::SetPassThrough ( int  )
virtual

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

virtual int vtkCollectTable::GetPassThrough ( )
virtual

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

virtual void vtkCollectTable::PassThroughOn ( )
virtual

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

virtual void vtkCollectTable::PassThroughOff ( )
virtual

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

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

Member Data Documentation

int vtkCollectTable::PassThrough
protected

Definition at line 68 of file vtkCollectTable.h.

vtkMultiProcessController* vtkCollectTable::Controller
protected

Definition at line 75 of file vtkCollectTable.h.

vtkSocketController* vtkCollectTable::SocketController
protected

Definition at line 76 of file vtkCollectTable.h.


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