VTK  9.3.0
vtkLogLookupTable.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
26 #ifndef vtkLogLookupTable_h
27 #define vtkLogLookupTable_h
28 
29 #include "vtkLookupTable.h"
30 #include "vtkRenderingCoreModule.h" // For export macro
31 
32 VTK_ABI_NAMESPACE_BEGIN
33 class VTKRENDERINGCORE_EXPORT vtkLogLookupTable : public vtkLookupTable
34 {
35 public:
37 
39  void PrintSelf(ostream& os, vtkIndent indent) override;
40 
41 protected:
42  vtkLogLookupTable(int sze = 256, int ext = 256);
43  ~vtkLogLookupTable() override = default;
44 
45 private:
46  vtkLogLookupTable(const vtkLogLookupTable&) = delete;
47  void operator=(const vtkLogLookupTable&) = delete;
48 };
49 
50 VTK_ABI_NAMESPACE_END
51 #endif
a simple class to control print indentation
Definition: vtkIndent.h:38
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