44#ifndef vtkTreeCompositer_h 
   45#define vtkTreeCompositer_h 
   48#include "vtkRenderingParallelModule.h"  
   50VTK_ABI_NAMESPACE_BEGIN
 
Super class for composite algorithms.
 
abstract superclass for arrays of numeric data
 
dynamic, self-adjusting array of float
 
a simple class to control print indentation
 
Implements tree based compositing.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
void CompositeBuffer(vtkDataArray *pBuf, vtkFloatArray *zBuf, vtkDataArray *pTmp, vtkFloatArray *zTmp) override
This method gets called on every process.
 
static vtkTreeCompositer * New()
 
~vtkTreeCompositer() override