14#ifndef vtkTransmitPolyDataPiece_h 
   15#define vtkTransmitPolyDataPiece_h 
   17#include "vtkFiltersParallelModule.h"  
   20VTK_ABI_NAMESPACE_BEGIN
 
a simple class to control print indentation
 
Multiprocessing communication superclass.
 
Superclass for algorithms that produce only polydata as output.
 
concrete dataset represents vertices, lines, polygons, and triangle strips
 
~vtkTransmitPolyDataPiece() override
 
virtual void SetController(vtkMultiProcessController *)
By default this filter uses the global controller, but this method can be used to set another instead...
 
void SatelliteExecute(int procId, vtkPolyData *output, vtkInformation *outInfo)
 
vtkTransmitPolyDataPiece()
 
void RootExecute(vtkPolyData *input, vtkPolyData *output, vtkInformation *outInfo)
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
vtkTypeBool CreateGhostCells
 
vtkMultiProcessController * Controller
 
static vtkTransmitPolyDataPiece * New()