VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Common
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 "
vtkLookupTable.h
"
32
33
class
VTK_COMMON_EXPORT
vtkLogLookupTable
:
public
vtkLookupTable
34
{
35
public
:
36
static
vtkLogLookupTable
*
New
();
37
38
vtkTypeMacro(
vtkLogLookupTable
,
vtkLookupTable
);
39
void
PrintSelf
(ostream& os,
vtkIndent
indent);
40
41
protected
:
42
vtkLogLookupTable
(
int
sze=256,
int
ext=256);
43
~vtkLogLookupTable
() {};
44
private
:
45
vtkLogLookupTable
(
const
vtkLogLookupTable
&);
// Not implemented.
46
void
operator=(
const
vtkLogLookupTable
&);
// Not implemented.
47
};
48
49
#endif
Generated on Sun Sep 15 2013 03:44:19 for VTK by
1.8.4