VTK
9.1.0
Rendering
Core
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
=========================================================================*/
45
#ifndef vtkLogLookupTable_h
46
#define vtkLogLookupTable_h
47
48
#include "
vtkLookupTable.h
"
49
#include "vtkRenderingCoreModule.h"
// For export macro
50
51
class
VTKRENDERINGCORE_EXPORT
vtkLogLookupTable
:
public
vtkLookupTable
52
{
53
public
:
54
static
vtkLogLookupTable
*
New
();
55
56
vtkTypeMacro(
vtkLogLookupTable
,
vtkLookupTable
);
57
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
58
59
protected
:
60
vtkLogLookupTable
(
int
sze = 256,
int
ext = 256);
61
~vtkLogLookupTable
()
override
=
default
;
62
63
private
:
64
vtkLogLookupTable
(
const
vtkLogLookupTable
&) =
delete
;
65
void
operator=(
const
vtkLogLookupTable
&) =
delete
;
66
};
67
68
#endif
vtkLogLookupTable::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkLogLookupTable::~vtkLogLookupTable
~vtkLogLookupTable() override=default
vtkLogLookupTable::vtkLogLookupTable
vtkLogLookupTable(int sze=256, int ext=256)
vtkLogLookupTable
map scalars into colors using log (base 10) scale
Definition:
vtkLogLookupTable.h:52
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:113
vtkLogLookupTable::New
static vtkLogLookupTable * New()
vtkLookupTable.h
vtkLookupTable
map scalar values into colors via a lookup table
Definition:
vtkLookupTable.h:178
Generated on Fri Nov 5 2021 00:11:16 for VTK by
1.8.20