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 =========================================================================*/
29 #ifndef __vtkSurfaceLICDefaultPainter_h
30 #define __vtkSurfaceLICDefaultPainter_h
31 
32 #include "vtkDefaultPainter.h"
33 
35 
37 {
38 public:
41  void PrintSelf(ostream& os, vtkIndent indent);
42 
44 
45  void SetSurfaceLICPainter(vtkSurfaceLICPainter*);
46  vtkGetObjectMacro(SurfaceLICPainter, vtkSurfaceLICPainter);
48 
49 //BTX
50 protected:
53 
55  virtual void BuildPainterChain();
56 
58  virtual void ReportReferences(vtkGarbageCollector *collector);
59 
61 private:
62  vtkSurfaceLICDefaultPainter(const vtkSurfaceLICDefaultPainter&); // Not implemented.
63  void operator=(const vtkSurfaceLICDefaultPainter&); // Not implemented.
64 //ETX
65 };
66 
67 #endif