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 
50  void SetSurfaceLICPainter(vtkSurfaceLICPainter*);
51  vtkGetObjectMacro(SurfaceLICPainter, vtkSurfaceLICPainter);
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
vtkSurfaceLICPainter * SurfaceLICPainter
static vtkDefaultPainter * New()
vtkDefaultPainter replacement that inserts the vtkSurfaceLICPainter at the correct position in the pa...
virtual void BuildPainterChain()
Detect and break reference loops.
virtual void ReportReferences(vtkGarbageCollector *collector)
#define VTKRENDERINGLIC_EXPORT
a simple class to control print indentation
Definition: vtkIndent.h:38
void UpdateBounds(double bounds[6])
painter that performs LIC on the surface of arbitrary geometry.
sets up a default chain of painters.
virtual void PrintSelf(ostream &os, vtkIndent indent)