VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkTransmitStructuredDataPiece Class Reference

#include <vtkTransmitStructuredDataPiece.h>

Inheritance diagram for vtkTransmitStructuredDataPiece:
Inheritance graph
[legend]
Collaboration diagram for vtkTransmitStructuredDataPiece:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkDataSetAlgorithm Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkTransmitStructuredDataPieceNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetController (vtkMultiProcessController *)
virtual vtkMultiProcessControllerGetController ()
virtual void SetCreateGhostCells (int)
virtual int GetCreateGhostCells ()
virtual void CreateGhostCellsOn ()
virtual void CreateGhostCellsOff ()

Static Public Member Functions

static
vtkTransmitStructuredDataPiece
New ()
static int IsTypeOf (const char *type)
static
vtkTransmitStructuredDataPiece
SafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkTransmitStructuredDataPiece ()
 ~vtkTransmitStructuredDataPiece ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void RootExecute (vtkDataSet *input, vtkDataSet *output, vtkInformation *outInfo)
void SatelliteExecute (int procId, vtkDataSet *output, vtkInformation *outInfo)
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Protected Attributes

int CreateGhostCells
vtkMultiProcessControllerController

Detailed Description

Definition at line 33 of file vtkTransmitStructuredDataPiece.h.


Member Typedef Documentation


Constructor & Destructor Documentation


Member Function Documentation

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

Reimplemented from vtkDataSetAlgorithm.

Reimplemented in vtkTransmitRectilinearGridPiece, vtkTransmitStructuredGridPiece, and vtkTransmitImageDataPiece.

static int vtkTransmitStructuredDataPiece::IsTypeOf ( const char *  name) [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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkDataSetAlgorithm.

Reimplemented in vtkTransmitRectilinearGridPiece, vtkTransmitStructuredGridPiece, and vtkTransmitImageDataPiece.

virtual int vtkTransmitStructuredDataPiece::IsA ( const char *  name) [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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkDataSetAlgorithm.

Reimplemented in vtkTransmitRectilinearGridPiece, vtkTransmitStructuredGridPiece, and vtkTransmitImageDataPiece.

virtual vtkObjectBase* vtkTransmitStructuredDataPiece::NewInstanceInternal ( ) const [protected, virtual]
void vtkTransmitStructuredDataPiece::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 vtkDataSetAlgorithm.

Reimplemented in vtkTransmitRectilinearGridPiece, vtkTransmitStructuredGridPiece, and vtkTransmitImageDataPiece.

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

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

Turn on/off creating ghost cells (on by default).

Turn on/off creating ghost cells (on by default).

Turn on/off creating ghost cells (on by default).

Turn on/off creating ghost cells (on by default).

This is called within ProcessRequest when a request asks the algorithm to do its work. This is the method you should override to do whatever the algorithm is designed to do. This happens during the fourth pass in the pipeline execution process.

Reimplemented from vtkDataSetAlgorithm.

void vtkTransmitStructuredDataPiece::RootExecute ( vtkDataSet input,
vtkDataSet output,
vtkInformation outInfo 
) [protected]
void vtkTransmitStructuredDataPiece::SatelliteExecute ( int  procId,
vtkDataSet output,
vtkInformation outInfo 
) [protected]

This is called within ProcessRequest when a request asks for Information. Typically an algorithm provides whatever lightweight information about its output that it can here without doing any lengthy computations. This happens in the first pass of the pipeline execution.

Reimplemented from vtkDataSetAlgorithm.

This is called within ProcessRequest when each filter in the pipeline decides what portion of its input is needed to create the portion of its output that the downstream filter asks for. This happens during the second pass in the pipeline execution process.

Reimplemented from vtkDataSetAlgorithm.


Member Data Documentation

Definition at line 67 of file vtkTransmitStructuredDataPiece.h.

Definition at line 68 of file vtkTransmitStructuredDataPiece.h.


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