VTK
vtkSurfaceLICDefaultPainter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkSurfaceLICDefaultPainter.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 =========================================================================*/
32 #ifndef vtkSurfaceLICDefaultPainter_h
33 #define vtkSurfaceLICDefaultPainter_h
34 
35 #include "vtkRenderingLICModule.h" // For export macro
36 #include "vtkDefaultPainter.h"
37 
39 
41  : public vtkDefaultPainter
42 {
43 public:
46  void PrintSelf(ostream& os, vtkIndent indent);
47 
49 
53 
54 //BTX
55 protected:
58 
60  virtual void BuildPainterChain();
61 
63  virtual void ReportReferences(vtkGarbageCollector *collector);
64 
66  virtual void UpdateBounds(double bounds[6]);
67 
68 protected:
70 
71 private:
72  vtkSurfaceLICDefaultPainter(const vtkSurfaceLICDefaultPainter&); // Not implemented.
73  void operator=(const vtkSurfaceLICDefaultPainter&); // Not implemented.
74 //ETX
75 };
76 
77 #endif
vtkSurfaceLICDefaultPainter::New
static vtkSurfaceLICDefaultPainter * New()
vtkGetObjectMacro
#define vtkGetObjectMacro(name, type)
Definition: vtkSetGet.h:232
vtkSurfaceLICPainter
painter that performs LIC on the surface of arbitrary geometry.
Definition: vtkSurfaceLICPainter.h:73
vtkDefaultPainter.h
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkRenderingLICModule.h
vtkDefaultPainter
sets up a default chain of painters.
Definition: vtkDefaultPainter.h:47
vtkSurfaceLICDefaultPainter
vtkDefaultPainter replacement that inserts the vtkSurfaceLICPainter at the correct position in the pa...
Definition: vtkSurfaceLICDefaultPainter.h:42
vtkSurfaceLICDefaultPainter::SetSurfaceLICPainter
void SetSurfaceLICPainter(vtkSurfaceLICPainter *)
vtkSurfaceLICDefaultPainter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkSurfaceLICDefaultPainter::ReportReferences
virtual void ReportReferences(vtkGarbageCollector *collector)
vtkSurfaceLICDefaultPainter::vtkSurfaceLICDefaultPainter
vtkSurfaceLICDefaultPainter()
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkSurfaceLICDefaultPainter::SurfaceLICPainter
vtkSurfaceLICPainter * SurfaceLICPainter
Definition: vtkSurfaceLICDefaultPainter.h:69
VTKRENDERINGLIC_EXPORT
#define VTKRENDERINGLIC_EXPORT
Definition: vtkRenderingLICModule.h:15
vtkGarbageCollector
Detect and break reference loops.
Definition: vtkGarbageCollector.h:99
vtkSurfaceLICDefaultPainter::~vtkSurfaceLICDefaultPainter
~vtkSurfaceLICDefaultPainter()
vtkSurfaceLICDefaultPainter::BuildPainterChain
virtual void BuildPainterChain()
vtkSurfaceLICDefaultPainter::UpdateBounds
virtual void UpdateBounds(double bounds[6])