Go to the documentation of this file.
29 #ifndef vtkCompositer_h
30 #define vtkCompositer_h
32 #include "vtkRenderingParallelModule.h"
67 vtkSetMacro(NumberOfProcesses,
int);
68 vtkGetMacro(NumberOfProcesses,
int);
vtkMultiProcessController * Controller
virtual void CompositeBuffer(vtkDataArray *pBuf, vtkFloatArray *zBuf, vtkDataArray *pTmp, vtkFloatArray *zTmp)
This method gets called on every process.
static void ResizeUnsignedCharArray(vtkUnsignedCharArray *uca, int numComp, vtkIdType size)
dynamic, self-adjusting array of float
dynamic, self-adjusting array of unsigned char
abstract base class for most VTK objects
abstract superclass for arrays of numeric data
static void DeleteArray(vtkDataArray *da)
Methods that allocate and delete memory with special MPIPro calls.
~vtkCompositer() override
static vtkCompositer * New()
Multiprocessing communication superclass.
a simple class to control print indentation
static void ResizeFloatArray(vtkFloatArray *fa, int numComp, vtkIdType size)
virtual void SetController(vtkMultiProcessController *)
Access to the controller.
Super class for composite algorthms.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.