VTK
vtkPSurfaceLICPainter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPSurfaceLICPainter.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 =========================================================================*/
24 #ifndef vtkPSurfaceLICPainter_h
25 #define vtkPSurfaceLICPainter_h
26 
27 #include "vtkSurfaceLICPainter.h"
28 #include "vtkRenderingParallelLICModule.h" // For export macro
29 #include <string> // for string
30 
32 
33 class VTKRENDERINGPARALLELLIC_EXPORT vtkPSurfaceLICPainter : public vtkSurfaceLICPainter
34 {
35 public:
38  void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
39 
46  virtual void WriteTimerLog(const char *fileName);
47 
48 protected:
51 
57  virtual void GetGlobalMinMax(
59  float &min,
60  float &max);
61 
69 
74  virtual bool NeedToUpdateCommunicator();
75 
77 
83  virtual void StartTimerEvent(const char *name);
84  virtual void EndTimerEvent(const char *name);
86 
87 private:
88  std::string LogFileName;
89 
90 private:
91  vtkPSurfaceLICPainter(const vtkPSurfaceLICPainter&) VTK_DELETE_FUNCTION;
92  void operator=(const vtkPSurfaceLICPainter&) VTK_DELETE_FUNCTION;
93 };
94 
95 #endif
vtkPSurfaceLICPainter::~vtkPSurfaceLICPainter
~vtkPSurfaceLICPainter()
vtkPSurfaceLICPainter::StartTimerEvent
virtual void StartTimerEvent(const char *name)
Methods used for parallel benchmarks.
vtkPSurfaceLICPainter::CreateCommunicator
virtual vtkPainterCommunicator * CreateCommunicator(int include)
Creates a new communicator with/without the calling processes as indicated by the passed in flag,...
vtkSurfaceLICPainter
painter that performs LIC on the surface of arbitrary geometry.
Definition: vtkSurfaceLICPainter.h:74
vtkPSurfaceLICPainter::GetGlobalMinMax
virtual void GetGlobalMinMax(vtkPainterCommunicator *comm, float &min, float &max)
Get the min/max across all ranks.
vtkPSurfaceLICPainter
parallel parts of the vtkSurfaceLICPainter
Definition: vtkPSurfaceLICPainter.h:34
vtkPSurfaceLICPainter::EndTimerEvent
virtual void EndTimerEvent(const char *name)
max
#define max(a, b)
Definition: vtkX3DExporterFIWriterHelper.h:31
vtkPSurfaceLICPainter::vtkPSurfaceLICPainter
vtkPSurfaceLICPainter()
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkPSurfaceLICPainter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPSurfaceLICPainter::NeedToUpdateCommunicator
virtual bool NeedToUpdateCommunicator()
Ensure that if any rank udpates the communicator they all do.
vtkPSurfaceLICPainter::WriteTimerLog
virtual void WriteTimerLog(const char *fileName)
Methods used for parallel benchmarks.
vtkX3D::name
@ name
Definition: vtkX3D.h:219
vtkPainterCommunicator
A communicator that can safely be used inside a painter.
Definition: vtkPainterCommunicator.h:31
vtkX3D::string
@ string
Definition: vtkX3D.h:490
vtkPSurfaceLICPainter::New
static vtkPSurfaceLICPainter * New()
vtkSurfaceLICPainter.h