26#ifndef vtkTransmitPolyDataPiece_h
27#define vtkTransmitPolyDataPiece_h
29#include "vtkFiltersParallelModule.h"
55 vtkGetMacro(CreateGhostCells,
int);
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
virtual void SetController(vtkMultiProcessController *)
By defualt 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 *)
This is called by the superclass.
~vtkTransmitPolyDataPiece()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkMultiProcessController * Controller
static vtkTransmitPolyDataPiece * New()
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.