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 "vtkDataSetAlgorithm.h"
37 
39 class vtkInformation;
41 
43 {
44 public:
47  void PrintSelf(ostream& os, vtkIndent indent);
48 
49 protected:
55 
56 private:
58  void operator=(const vtkQuadraturePointInterpolator &); // Not implemented
59  //
60  void Clear();
62 
65  int InterpolateFields(vtkUnstructuredGrid *usgOut);
66 };
68 
69 #endif
virtual int FillInputPortInformation(int port, vtkInformation *info)
#define VTK_GRAPHICS_EXPORT
Store vtkAlgorithm input/output information.
a simple class to control print indentation
Definition: vtkIndent.h:37
dataset represents arbitrary combinations of all possible cell types
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Store zero or more vtkInformation instances.
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()
virtual int FillOutputPortInformation(int port, vtkInformation *info)