|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   25 #ifndef vtkDuplicatePolyData_h 
   26 #define vtkDuplicatePolyData_h 
   28 #include "vtkFiltersParallelModule.h"  
   49   void InitializeSchedule(
int numProcs);
 
   72   vtkSetMacro(ClientFlag, 
int);
 
   73   vtkGetMacro(ClientFlag, 
int);
 
   82   vtkGetMacro(MemorySize, 
unsigned long);
 
  
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
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.
vtkSocketController * SocketController
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Multiprocessing communication superclass.
a simple class to control print indentation
vtkSocketController * GetSocketController()
This duplicate filter works in client server mode when this controller is set.
vtkMultiProcessController * Controller
concrete dataset represents vertices, lines, polygons, and triangle strips
For distributed tiled displays.
Process communication using Sockets.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.