VTK
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
30#include "vtkLineIntegralConvolution2D.h"
31#include "vtkRenderingParallelLICModule.h" // for export macro
32#include <string> // for string
33
36
37class VTKRENDERINGPARALLELLIC_EXPORT vtkPLineIntegralConvolution2D : public vtkLineIntegralConvolution2D
38{
39public:
42 virtual void PrintSelf(ostream &os, vtkIndent indent);
43
45
55
60 virtual void GetGlobalMinMax(
62 float &min,
63 float &max);
64
71 virtual void WriteTimerLog(const char *fileName);
72
73protected:
76
78
85 virtual void StartTimerEvent(const char *name);
86 virtual void EndTimerEvent(const char *name);
88
89private:
90 std::string LogFileName;
91
92private:
94 void operator=(const vtkPLineIntegralConvolution2D &) VTK_DELETE_FUNCTION;
95};
96
97#endif
a simple class to control print indentation
Definition: vtkIndent.h:40
GPU-based implementation of Line Integral Convolution (LIC)
parallel part of GPU-based implementation of Line Integral Convolution (LIC)
virtual void EndTimerEvent(const char *name)
virtual void SetCommunicator(vtkPainterCommunicator *)
Set the communicator to use during parallel operation The communicator will not be duplicated or refe...
virtual vtkPainterCommunicator * GetCommunicator()
virtual void WriteTimerLog(const char *fileName)
Methods used for parallel benchmarks.
virtual void StartTimerEvent(const char *name)
Methods used for parallel benchmarks.
static vtkPLineIntegralConvolution2D * New()
virtual void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual void GetGlobalMinMax(vtkPainterCommunicator *comm, float &min, float &max)
For parallel operation, find global min/max min/max are in/out.
A communicator that can safely be used inside a painter.
@ name
Definition: vtkX3D.h:219
@ string
Definition: vtkX3D.h:490
#define max(a, b)