VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
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
26
#include "
vtkMultiBlockDataSetAlgorithm.h
"
27
28
class
VTK_GRAPHICS_EXPORT
vtkBlockIdScalars
:
public
vtkMultiBlockDataSetAlgorithm
29
{
30
public
:
31
static
vtkBlockIdScalars
*
New
();
32
vtkTypeMacro(
vtkBlockIdScalars
,
vtkMultiBlockDataSetAlgorithm
);
33
void
PrintSelf
(ostream& os,
vtkIndent
indent);
34
35
//BTX
36
protected
:
37
vtkBlockIdScalars
();
38
~
vtkBlockIdScalars
();
39
40
int
RequestData
(
vtkInformation
*,
41
vtkInformationVector
**,
42
vtkInformationVector
*);
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
Generated on Fri Aug 2 2013 12:19:48 for VTK by
1.8.4