VTK  9.1.0
vtkPLineIntegralConvolution2D.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkPLineIntegralConvolution2D.h
5
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10 This software is distributed WITHOUT ANY WARRANTY; without even
11 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 PURPOSE. See the above copyright notice for more information.
13
14=========================================================================*/
27#ifndef vtkPLineIntegralConvolution2D_h
28#define vtkPLineIntegralConvolution2D_h
29
31#include "vtkRenderingParallelLICModule.h" // for export macro
32#include <string> // for string
33
36
37class VTKRENDERINGPARALLELLIC_EXPORT vtkPLineIntegralConvolution2D
39{
40public:
43 void PrintSelf(ostream& os, vtkIndent indent) override;
44
46
56
61 void GetGlobalMinMax(vtkPainterCommunicator* comm, float& min, float& max) override;
62
69 void WriteTimerLog(VTK_FILEPATH const char* fileName) override;
70
71protected:
74
76
83 void StartTimerEvent(const char* name) override;
84 void EndTimerEvent(const char* name) override;
86
87private:
88 std::string LogFileName;
89
90private:
92 void operator=(const vtkPLineIntegralConvolution2D&) = delete;
93};
94
95#endif
a simple class to control print indentation
Definition: vtkIndent.h:113
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.
A communicator that can safely be used inside a painter.
@ name
Definition: vtkX3D.h:225
@ string
Definition: vtkX3D.h:496
#define VTK_FILEPATH
#define max(a, b)