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 =========================================================================*/
33 #ifndef vtkSurfaceLICDefaultPainter_h
34 #define vtkSurfaceLICDefaultPainter_h
35 
36 #include "vtkRenderingLICModule.h" // For export macro
37 #include "vtkDefaultPainter.h"
38 
40 
41 class VTKRENDERINGLIC_EXPORT vtkSurfaceLICDefaultPainter
42  : public vtkDefaultPainter
43 {
44 public:
47  void PrintSelf(ostream& os, vtkIndent indent);
48 
50 
53  void SetSurfaceLICPainter(vtkSurfaceLICPainter*);
54  vtkGetObjectMacro(SurfaceLICPainter, vtkSurfaceLICPainter);
56 
57 protected:
60 
64  virtual void BuildPainterChain();
65 
69  void ReportReferences(vtkGarbageCollector *collector) VTK_OVERRIDE;
70 
74  virtual void UpdateBounds(double bounds[6]);
75 
76 protected:
78 
79 private:
80  vtkSurfaceLICDefaultPainter(const vtkSurfaceLICDefaultPainter&) VTK_DELETE_FUNCTION;
81  void operator=(const vtkSurfaceLICDefaultPainter&) VTK_DELETE_FUNCTION;
82 
83 };
84 
85 #endif
vtkSurfaceLICPainter * SurfaceLICPainter
static vtkDefaultPainter * New()
vtkDefaultPainter replacement that inserts the vtkSurfaceLICPainter at the correct position in the pa...
virtual void BuildPainterChain()
Setups the the painter chain.
Detect and break reference loops.
a simple class to control print indentation
Definition: vtkIndent.h:39
void ReportReferences(vtkGarbageCollector *collector) override
Take part in garbage collection.
void UpdateBounds(double bounds[6])
Expand or shrink the estimated bounds based on the geometric transformations applied in the painter...
painter that performs LIC on the surface of arbitrary geometry.
sets up a default chain of painters.
virtual void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.