25#ifndef vtkDuplicatePolyData_h
26#define vtkDuplicatePolyData_h
28#include "vtkFiltersParallelModule.h"
59 vtkGetMacro(Synchronous,
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.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkDuplicatePolyData * New()
void SetSocketController(vtkSocketController *controller)
void ClientExecute(vtkPolyData *output)
vtkMultiProcessController * Controller
vtkSocketController * SocketController
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
virtual void SetController(vtkMultiProcessController *)
By defualt 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.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.