VTK  9.3.20240328
vtkQuadraturePointsGenerator.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
23 #ifndef vtkQuadraturePointsGenerator_h
24 #define vtkQuadraturePointsGenerator_h
25 
26 #include "vtkFiltersGeneralModule.h" // For export macro
27 #include "vtkPolyDataAlgorithm.h"
28 
29 VTK_ABI_NAMESPACE_BEGIN
30 class vtkPolyData;
32 class vtkInformation;
34 
35 class VTKFILTERSGENERAL_EXPORT vtkQuadraturePointsGenerator : public vtkPolyDataAlgorithm
36 {
37 public:
39  void PrintSelf(ostream& os, vtkIndent indent) override;
41 
42 protected:
44 
46  vtkInformation* req, vtkInformationVector** input, vtkInformationVector* output) override;
47 
51  int Generate(vtkUnstructuredGrid* usgIn, vtkDataArray* offsets, vtkPolyData* pdOut);
52 
54  vtkUnstructuredGrid* usgIn, vtkDataArray* data, vtkDataArray* offsets, vtkPolyData* pdOut);
55 
58 
59 private:
61  void operator=(const vtkQuadraturePointsGenerator&) = delete;
62 };
63 
64 VTK_ABI_NAMESPACE_END
65 #endif
abstract superclass for arrays of numeric data
Definition: vtkDataArray.h:154
a simple class to control print indentation
Definition: vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce only polydata as output.
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:180
Create a vtkPolyData on its output containing the vertices for the quadrature points for one of the v...
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int RequestData(vtkInformation *req, vtkInformationVector **input, vtkInformationVector *output) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int Generate(vtkUnstructuredGrid *usgIn, vtkDataArray *offsets, vtkPolyData *pdOut)
Generate the point set .
~vtkQuadraturePointsGenerator() override
static vtkQuadraturePointsGenerator * New()
int GenerateField(vtkUnstructuredGrid *usgIn, vtkDataArray *data, vtkDataArray *offsets, vtkPolyData *pdOut)
dataset represents arbitrary combinations of all possible cell types
@ info
Definition: vtkX3D.h:376
@ port
Definition: vtkX3D.h:447
@ data
Definition: vtkX3D.h:315