VTK
vtkBlockIdScalars.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkBlockIdScalars.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 __vtkBlockIdScalars_h
24 #define __vtkBlockIdScalars_h
25 
27 
29 {
30 public:
31  static vtkBlockIdScalars* New();
33  void PrintSelf(ostream& os, vtkIndent indent);
34 
35 //BTX
36 protected:
39 
43 
44  vtkDataObject* ColorBlock(vtkDataObject* input, int group);
45 
46 private:
47  vtkBlockIdScalars(const vtkBlockIdScalars&); // Not implemented.
48  void operator=(const vtkBlockIdScalars&); // Not implemented.
49 //ETX
50 };
51 
52 #endif
53 
54