VTK  9.2.5
vtkLogLookupTable.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkLogLookupTable.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 =========================================================================*/
48 #ifndef vtkLogLookupTable_h
49 #define vtkLogLookupTable_h
50 
51 #include "vtkLookupTable.h"
52 #include "vtkRenderingCoreModule.h" // For export macro
53 
54 class VTKRENDERINGCORE_EXPORT vtkLogLookupTable : public vtkLookupTable
55 {
56 public:
58 
60  void PrintSelf(ostream& os, vtkIndent indent) override;
61 
62 protected:
63  vtkLogLookupTable(int sze = 256, int ext = 256);
64  ~vtkLogLookupTable() override = default;
65 
66 private:
67  vtkLogLookupTable(const vtkLogLookupTable&) = delete;
68  void operator=(const vtkLogLookupTable&) = delete;
69 };
70 
71 #endif
a simple class to control print indentation
Definition: vtkIndent.h:119
map scalars into colors using log (base 10) scale
vtkLogLookupTable(int sze=256, int ext=256)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkLogLookupTable * New()
~vtkLogLookupTable() override=default
map scalar values into colors via a lookup table