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 =========================================================================*/
26 #ifndef vtkPLineIntegralConvolution2D_h
27 #define vtkPLineIntegralConvolution2D_h
28 
29 #include "vtkLineIntegralConvolution2D.h"
30 #include "vtkRenderingParallelLICModule.h" // for export macro
31 #include <string> // for string
32 
35 
36 class VTKRENDERINGPARALLELLIC_EXPORT vtkPLineIntegralConvolution2D : public vtkLineIntegralConvolution2D
37 {
38 public:
41  virtual void PrintSelf(ostream &os, vtkIndent indent);
42 
43  //BTX
45 
52 
54 
55  virtual void GetGlobalMinMax(
57  float &min,
58  float &max);
59  //ETX
61 
66  virtual void WriteTimerLog(const char *fileName);
67 
68 protected:
71 
73 
78  virtual void StartTimerEvent(const char *name);
79  virtual void EndTimerEvent(const char *name);
81 
82 private:
83  std::string LogFileName;
84 
85 private:
87  void operator=(const vtkPLineIntegralConvolution2D &); // Not implemented.
88 };
89 
90 #endif
virtual void SetCommunicator(vtkPainterCommunicator *)
GPU-based implementation of Line Integral Convolution (LIC)
virtual void GetGlobalMinMax(vtkPainterCommunicator *, float &, float &)
virtual void WriteTimerLog(const char *)
a simple class to control print indentation
Definition: vtkIndent.h:38
void PrintSelf(ostream &os, vtkIndent indent)
static vtkLineIntegralConvolution2D * New()
virtual void StartTimerEvent(const char *)
parallel part of GPU-based implementation of Line Integral Convolution (LIC)
virtual vtkPainterCommunicator * GetCommunicator()
virtual void EndTimerEvent(const char *)
#define max(a, b)