VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
vtkQuadraturePointsGenerator.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkQuadraturePointsGenerator.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 vtkQuadraturePointsGenerator_h
34
#define vtkQuadraturePointsGenerator_h
35
36
#include "
vtkPolyDataAlgorithm.h
"
37
38
class
vtkPolyData
;
39
class
vtkUnstructuredGrid
;
40
class
vtkInformation
;
41
class
vtkInformationVector
;
42
43
class
VTK_GRAPHICS_EXPORT
vtkQuadraturePointsGenerator
:
public
vtkPolyDataAlgorithm
44
{
45
public
:
46
vtkTypeMacro(
vtkQuadraturePointsGenerator
,
vtkPolyDataAlgorithm
);
47
void
PrintSelf
(ostream& os,
vtkIndent
indent);
48
static
vtkQuadraturePointsGenerator
*
New
();
49
50
protected
:
51
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
52
53
int
RequestData
(
vtkInformation
*req,
vtkInformationVector
**input,
vtkInformationVector
*output);
54
56
57
int
Generate(
vtkUnstructuredGrid
*usgIn,
58
vtkIdTypeArray
* offsets,
59
vtkPolyData
*pdOut);
61
62
int
GenerateField(
vtkUnstructuredGrid
*usgIn,
63
vtkDataArray
*
data
,
64
vtkIdTypeArray
* offsets,
65
vtkPolyData
* pdOut);
66
67
vtkQuadraturePointsGenerator
();
68
virtual
~
vtkQuadraturePointsGenerator
();
69
private
:
70
vtkQuadraturePointsGenerator
(
const
vtkQuadraturePointsGenerator
&);
// Not implemented
71
void
operator=(
const
vtkQuadraturePointsGenerator
&);
// Not implemented
72
};
73
74
#endif
Generated on Wed Nov 21 2012 21:33:48 for VTK by
1.8.2