15#ifndef vtkPLineIntegralConvolution2D_h 
   16#define vtkPLineIntegralConvolution2D_h 
   19#include "vtkRenderingParallelLICModule.h"  
   22VTK_ABI_NAMESPACE_BEGIN
 
   77  std::string LogFileName;
 
a simple class to control print indentation
 
GPU-based implementation of Line Integral Convolution (LIC)
 
parallel part of GPU-based implementation of Line Integral Convolution (LIC)
 
vtkPainterCommunicator * GetCommunicator() override
Set the communicator to use during parallel operation The communicator will not be duplicated or refe...
 
void StartTimerEvent(const char *name) override
Methods used for parallel benchmarks.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
~vtkPLineIntegralConvolution2D() override
 
void SetCommunicator(vtkPainterCommunicator *) override
Set the communicator to use during parallel operation The communicator will not be duplicated or refe...
 
static vtkPLineIntegralConvolution2D * New()
 
void WriteTimerLog(VTK_FILEPATH const char *fileName) override
Methods used for parallel benchmarks.
 
void GetGlobalMinMax(vtkPainterCommunicator *comm, float &min, float &max) override
For parallel operation, find global min/max min/max are in/out.
 
void EndTimerEvent(const char *name) override
Methods used for parallel benchmarks.
 
vtkPLineIntegralConvolution2D()
 
A communicator that can safely be used inside a painter.