VTK
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 
27 
28 class vtkUniformGrid;
30 {
31 public:
32  static vtkLevelIdScalars* New();
34  void PrintSelf(ostream& os, vtkIndent indent);
35 
36 //BTX
37 protected:
40 
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 
#define VTK_GRAPHICS_EXPORT
void PrintSelf(ostream &os, vtkIndent indent)
Store vtkAlgorithm input/output information.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkHierarchicalBoxDataSetAlgorithm * New()
a simple class to control print indentation
Definition: vtkIndent.h:37
image data with blanking
generate scalars from levels.
Store zero or more vtkInformation instances.
superclass for algorithms that produce vtkHierarchicalBoxDataSet as output.