VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
vtkLevelIdScalars.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkLevelIdScalars.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
=========================================================================*/
23
#ifndef __vtkLevelIdScalars_h
24
#define __vtkLevelIdScalars_h
25
26
#include "
vtkHierarchicalBoxDataSetAlgorithm.h
"
27
28
class
vtkUniformGrid
;
29
class
VTK_GRAPHICS_EXPORT
vtkLevelIdScalars
:
public
vtkHierarchicalBoxDataSetAlgorithm
30
{
31
public
:
32
static
vtkLevelIdScalars
*
New
();
33
vtkTypeMacro(
vtkLevelIdScalars
,
vtkHierarchicalBoxDataSetAlgorithm
);
34
void
PrintSelf
(ostream& os,
vtkIndent
indent);
35
36
//BTX
37
protected
:
38
vtkLevelIdScalars
();
39
~
vtkLevelIdScalars
();
40
41
int
RequestData
(
vtkInformation
*,
42
vtkInformationVector
**,
43
vtkInformationVector
*);
44
45
vtkUniformGrid
* ColorLevel(
vtkUniformGrid
* input,
int
group);
46
47
private
:
48
vtkLevelIdScalars
(
const
vtkLevelIdScalars
&);
// Not implemented.
49
void
operator=(
const
vtkLevelIdScalars
&);
// Not implemented.
50
//ETX
51
};
52
53
#endif
54
55
Generated on Thu Mar 13 2014 08:10:02 for VTK by
1.8.1.2