25 #ifndef vtkDuplicatePolyData_h 26 #define vtkDuplicatePolyData_h 28 #include "vtkFiltersParallelModule.h" 49 void InitializeSchedule(
int numProcs);
59 vtkGetMacro(Synchronous,
int);
73 vtkGetMacro(ClientFlag,
int);
82 vtkGetMacro(MemorySize,
unsigned long);
97 int NumberOfProcesses;
105 unsigned long MemorySize;
Process communication using Sockets.
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
For distributed tiled displays.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkSocketController * GetSocketController()
This duplicate filter works in client server mode when this controller is set.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Multiprocessing communication superclass.