VTK
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 
40 class vtkInformation;
42 
44 {
45 public:
48  void PrintSelf(ostream& os, vtkIndent indent);
49 
50 protected:
56 
57 private:
59  void operator=(const vtkQuadraturePointInterpolator &); // Not implemented
60  //
61  void Clear();
63 
66  int InterpolateFields(vtkUnstructuredGrid *usgOut);
67 };
69 
70 #endif
vtkQuadraturePointInterpolator
Definition: vtkQuadraturePointInterpolator.h:44
vtkQuadraturePointInterpolator::~vtkQuadraturePointInterpolator
~vtkQuadraturePointInterpolator()
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkQuadraturePointInterpolator::FillOutputPortInformation
int FillOutputPortInformation(int port, vtkInformation *info)
vtkgl::input
GLenum GLenum GLenum input
Definition: vtkgl.h:15941
vtkDataSetAlgorithm
Superclass for algorithms that produce output of the same type as input.
Definition: vtkDataSetAlgorithm.h:51
vtkQuadraturePointInterpolator::vtkQuadraturePointInterpolator
vtkQuadraturePointInterpolator()
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkQuadraturePointInterpolator::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info)
vtkQuadraturePointInterpolator::RequestData
int RequestData(vtkInformation *req, vtkInformationVector **input, vtkInformationVector *output)
vtkFiltersGeneralModule.h
vtkQuadraturePointInterpolator::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkQuadraturePointInterpolator::New
static vtkQuadraturePointInterpolator * New()
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
VTKFILTERSGENERAL_EXPORT
#define VTKFILTERSGENERAL_EXPORT
Definition: vtkFiltersGeneralModule.h:15
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkDataSetAlgorithm.h
vtkUnstructuredGrid
dataset represents arbitrary combinations of all possible cell types
Definition: vtkUnstructuredGrid.h:82