VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
vtkExtractRectilinearGrid.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkExtractRectilinearGrid.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
=========================================================================*/
31
#ifndef __vtkExtractRectilinearGrid_h
32
#define __vtkExtractRectilinearGrid_h
33
34
#include "
vtkRectilinearGridAlgorithm.h
"
35
36
class
VTK_GRAPHICS_EXPORT
vtkExtractRectilinearGrid
:
public
vtkRectilinearGridAlgorithm
37
{
38
public
:
39
static
vtkExtractRectilinearGrid
*
New
();
40
vtkTypeMacro(
vtkExtractRectilinearGrid
,
vtkRectilinearGridAlgorithm
);
41
void
PrintSelf
(ostream& os,
vtkIndent
indent);
42
44
47
vtkSetVector6Macro(VOI,
int
);
48
vtkGetVectorMacro(VOI,
int
,6);
50
52
57
vtkSetVector3Macro(SampleRate,
int
);
58
vtkGetVectorMacro(SampleRate,
int
, 3);
60
62
68
vtkSetMacro(IncludeBoundary,
int
);
69
vtkGetMacro(IncludeBoundary,
int
);
70
vtkBooleanMacro(IncludeBoundary,
int
);
72
73
protected
:
74
vtkExtractRectilinearGrid
();
75
~vtkExtractRectilinearGrid
() {};
76
77
virtual
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
78
virtual
int
RequestInformation
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
79
virtual
int
RequestUpdateExtent
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
80
81
int
VOI[6];
82
int
SampleRate[3];
83
int
IncludeBoundary
;
84
85
private
:
86
vtkExtractRectilinearGrid
(
const
vtkExtractRectilinearGrid
&);
// Not implemented.
87
void
operator=(
const
vtkExtractRectilinearGrid
&);
// Not implemented.
88
};
89
90
#endif
91
92
Generated on Sun Sep 9 2012 13:03:30 for VTK by
1.8.1.2