27#ifndef vtkPLineIntegralConvolution2D_h
28#define vtkPLineIntegralConvolution2D_h
31#include "vtkRenderingParallelLICModule.h"
88 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.