#include <vtkQuadraturePointsGenerator.h>
Inherits vtkPolyDataAlgorithm.
Create a vtkPolyData on its output containing the vertices for the quadrature points for one of the vtkDataArrays present on its input vtkUnstructuredGrid. If the input data set has has FieldData generated by vtkQuadraturePointInterpolator then this will be set as point data. Note: Point sets are generated per field array. This is because each field array may contain its own dictionary.
- See Also
- vtkQuadraturePointInterpolator, vtkQuadratureSchemeDefinition, vtkInformationQuadratureSchemeDefinitionVectorKey
- Tests:
- vtkQuadraturePointsGenerator (Tests)
Definition at line 44 of file vtkQuadraturePointsGenerator.h.
vtkQuadraturePointsGenerator::vtkQuadraturePointsGenerator |
( |
| ) |
|
|
protected |
virtual vtkQuadraturePointsGenerator::~vtkQuadraturePointsGenerator |
( |
| ) |
|
|
protectedvirtual |
static int vtkQuadraturePointsGenerator::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkQuadraturePointsGenerator::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkQuadraturePointsGenerator::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkQuadraturePointsGenerator::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
int vtkQuadraturePointsGenerator::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protected |
int vtkQuadraturePointsGenerator::RequestData |
( |
vtkInformation * |
req, |
|
|
vtkInformationVector ** |
input, |
|
|
vtkInformationVector * |
output |
|
) |
| |
|
protected |
int vtkQuadraturePointsGenerator::Generate |
( |
vtkUnstructuredGrid * |
usgIn, |
|
|
vtkDataArray * |
offsets, |
|
|
vtkPolyData * |
pdOut |
|
) |
| |
|
protected |
int vtkQuadraturePointsGenerator::GenerateField |
( |
vtkUnstructuredGrid * |
usgIn, |
|
|
vtkDataArray * |
data, |
|
|
vtkDataArray * |
offsets, |
|
|
vtkPolyData * |
pdOut |
|
) |
| |
|
protected |
The documentation for this class was generated from the following file: