VTK  9.4.20241221
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
36#ifndef vtkLogLookupTable_h
37#define vtkLogLookupTable_h
38
39#include "vtkLookupTable.h"
40#include "vtkRenderingCoreModule.h" // For export macro
41
42VTK_ABI_NAMESPACE_BEGIN
43class VTKRENDERINGCORE_EXPORT vtkLogLookupTable : public vtkLookupTable
44{
45public:
47
49 void PrintSelf(ostream& os, vtkIndent indent) override;
50
51protected:
52 vtkLogLookupTable(int sze = 256, int ext = 256);
53 ~vtkLogLookupTable() override = default;
54
55private:
56 vtkLogLookupTable(const vtkLogLookupTable&) = delete;
57 void operator=(const vtkLogLookupTable&) = delete;
58};
59
60VTK_ABI_NAMESPACE_END
61#endif
a simple class to control print indentation
Definition vtkIndent.h:108
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