VTK
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 "vtkFiltersGeneralModule.h" // For export macro
37 #include "vtkPolyDataAlgorithm.h"
38 
39 class vtkPolyData;
41 class vtkInformation;
43 
45 {
46 public:
48  void PrintSelf(ostream& os, vtkIndent indent);
50 
51 protected:
53 
55 
57 
58  int Generate(vtkUnstructuredGrid *usgIn,
59  vtkDataArray* offsets,
60  vtkPolyData *pdOut);
62 
63  int GenerateField(vtkUnstructuredGrid *usgIn,
65  vtkDataArray* offsets,
66  vtkPolyData* pdOut);
67 
70 private:
72  void operator=(const vtkQuadraturePointsGenerator &); // Not implemented
73 };
74 
75 #endif
virtual int FillInputPortInformation(int port, vtkInformation *info)
Store vtkAlgorithm input/output information.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:83
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
Definition: vtkIndent.h:38
dataset represents arbitrary combinations of all possible cell types
abstract superclass for arrays of numeric data
Definition: vtkDataArray.h:54
#define VTKFILTERSGENERAL_EXPORT
Store zero or more vtkInformation instances.