25#ifndef vtkDuplicatePolyData_h
26#define vtkDuplicatePolyData_h
28#include "vtkFiltersParallelModule.h"
72 vtkSetMacro(ClientFlag,
int);
73 vtkGetMacro(ClientFlag,
int);
82 vtkGetMacro(MemorySize,
unsigned long);
For distributed tiled displays.
void InitializeSchedule(int numProcs)
vtkSocketController * GetSocketController()
This duplicate filter works in client server mode when this controller is set.
int RequestUpdateExtent(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.
static vtkDuplicatePolyData * New()
void SetSocketController(vtkSocketController *controller)
This duplicate filter works in client server mode when this controller is set.
void ClientExecute(vtkPolyData *output)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkDuplicatePolyData() override
vtkMultiProcessController * Controller
vtkSocketController * SocketController
virtual void SetController(vtkMultiProcessController *)
By default this filter uses the global controller, but this method can be used to set another instead...
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
Process communication using Sockets.