VTK
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 =========================================================================*/
28 #ifndef vtkLogLookupTable_h
29 #define vtkLogLookupTable_h
30 
31 #include "vtkRenderingCoreModule.h" // For export macro
32 #include "vtkLookupTable.h"
33 
35 {
36 public:
38 
40  void PrintSelf(ostream& os, vtkIndent indent);
41 
42 protected:
43  vtkLogLookupTable(int sze = 256, int ext = 256);
45 private:
46  vtkLogLookupTable(const vtkLogLookupTable&); // Not implemented.
47  void operator=(const vtkLogLookupTable&); // Not implemented.
48 };
49 
50 #endif
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkLogLookupTable::~vtkLogLookupTable
~vtkLogLookupTable()
Definition: vtkLogLookupTable.h:44
vtkLogLookupTable::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkLogLookupTable::vtkLogLookupTable
vtkLogLookupTable(int sze=256, int ext=256)
vtkLogLookupTable
map scalars into colors using log (base 10) scale
Definition: vtkLogLookupTable.h:35
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkRenderingCoreModule.h
vtkLogLookupTable::New
static vtkLogLookupTable * New()
vtkLookupTable.h
vtkLookupTable
map scalar values into colors via a lookup table
Definition: vtkLookupTable.h:74
VTKRENDERINGCORE_EXPORT
#define VTKRENDERINGCORE_EXPORT
Definition: vtkRenderingCoreModule.h:15