VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Filters
General
vtkQuadraturePointInterpolator.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkQuadraturePointInterpolator.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
=========================================================================*/
33
#ifndef vtkQuadraturePointInterpolator_h
34
#define vtkQuadraturePointInterpolator_h
35
36
#include "vtkFiltersGeneralModule.h"
// For export macro
37
#include "
vtkDataSetAlgorithm.h
"
38
39
class
vtkUnstructuredGrid
;
40
class
vtkInformation
;
41
class
vtkInformationVector
;
42
43
class
VTKFILTERSGENERAL_EXPORT
vtkQuadraturePointInterpolator
:
public
vtkDataSetAlgorithm
44
{
45
public
:
46
static
vtkQuadraturePointInterpolator
*
New
();
47
vtkTypeMacro(
vtkQuadraturePointInterpolator
,
vtkDataSetAlgorithm
);
48
void
PrintSelf
(ostream& os,
vtkIndent
indent);
49
50
protected
:
51
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
52
int
FillOutputPortInformation
(
int
port
,
vtkInformation
*
info
);
53
int
RequestData
(
vtkInformation
*req,
vtkInformationVector
**input,
vtkInformationVector
*output);
54
vtkQuadraturePointInterpolator
();
55
~
vtkQuadraturePointInterpolator
();
56
57
private
:
58
vtkQuadraturePointInterpolator
(
const
vtkQuadraturePointInterpolator
&);
// Not implemented
59
void
operator=(
const
vtkQuadraturePointInterpolator
&);
// Not implemented
60
//
61
void
Clear();
63
66
int
InterpolateFields(
vtkUnstructuredGrid
*usgOut);
67
};
69
70
#endif
Generated on Thu May 24 2012 22:22:15 for VTK by
1.8.1