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