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 
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
vtkSurfaceLICDefaultPainter::New
static vtkSurfaceLICDefaultPainter * New()
vtkSurfaceLICPainter
painter that performs LIC on the surface of arbitrary geometry.
Definition: vtkSurfaceLICPainter.h:74
vtkDefaultPainter.h
vtkDefaultPainter
sets up a default chain of painters.
Definition: vtkDefaultPainter.h:48
vtkSurfaceLICDefaultPainter
vtkDefaultPainter replacement that inserts the vtkSurfaceLICPainter at the correct position in the pa...
Definition: vtkSurfaceLICDefaultPainter.h:43
vtkSurfaceLICDefaultPainter::SetSurfaceLICPainter
void SetSurfaceLICPainter(vtkSurfaceLICPainter *)
Get/Set the Surface LIC painter.
vtkSurfaceLICDefaultPainter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkSurfaceLICDefaultPainter::vtkSurfaceLICDefaultPainter
vtkSurfaceLICDefaultPainter()
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkSurfaceLICDefaultPainter::SurfaceLICPainter
vtkSurfaceLICPainter * SurfaceLICPainter
Definition: vtkSurfaceLICDefaultPainter.h:77
vtkSurfaceLICDefaultPainter::ReportReferences
void ReportReferences(vtkGarbageCollector *collector) override
Take part in garbage collection.
vtkGarbageCollector
Detect and break reference loops.
Definition: vtkGarbageCollector.h:100
vtkSurfaceLICDefaultPainter::~vtkSurfaceLICDefaultPainter
~vtkSurfaceLICDefaultPainter()
vtkSurfaceLICDefaultPainter::BuildPainterChain
virtual void BuildPainterChain()
Setup the the painter chain.
vtkSurfaceLICDefaultPainter::UpdateBounds
virtual void UpdateBounds(double bounds[6])
Override.