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
17 #ifndef vtkLogLookupTable_h
18 #define vtkLogLookupTable_h
19 
20 #include "vtkLookupTable.h"
21 #include "vtkRenderingCoreModule.h" // For export macro
22 
23 VTK_ABI_NAMESPACE_BEGIN
24 class VTKRENDERINGCORE_EXPORT vtkLogLookupTable : public vtkLookupTable
25 {
26 public:
28 
30  void PrintSelf(ostream& os, vtkIndent indent) override;
31 
32 protected:
33  vtkLogLookupTable(int sze = 256, int ext = 256);
34  ~vtkLogLookupTable() override = default;
35 
36 private:
37  vtkLogLookupTable(const vtkLogLookupTable&) = delete;
38  void operator=(const vtkLogLookupTable&) = delete;
39 };
40 
41 VTK_ABI_NAMESPACE_END
42 #endif
a simple class to control print indentation
Definition: vtkIndent.h:29
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