Go to the documentation of this file.
26 #ifndef vtkTransmitPolyDataPiece_h
27 #define vtkTransmitPolyDataPiece_h
29 #include "vtkFiltersParallelModule.h"
55 vtkGetMacro(CreateGhostCells,
int);
void SatelliteExecute(int procId, vtkPolyData *output, vtkInformation *outInfo)
vtkMultiProcessController * Controller
vtkTransmitPolyDataPiece()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
Multiprocessing communication superclass.
a simple class to control print indentation
static vtkTransmitPolyDataPiece * New()
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
~vtkTransmitPolyDataPiece()
void RootExecute(vtkPolyData *input, vtkPolyData *output, vtkInformation *outInfo)
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...
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Superclass for algorithms that produce only polydata as output.