#include <vtkQuadratureSchemeDictionaryGenerator.h>
Inherits vtkDataSetAlgorithm.
Given an unstructured grid on its input this filter generates for each data array in point data dictionary (ie an instance of vtkInformationQuadratureSchemeDefinitionVectorKey). This filter has been introduced to facilitate testing of the vtkQuadrature* classes as these cannot operate with the dictionary. This class is for testing and should not be used for application development.
- See Also
- vtkQuadraturePointInterpolator, vtkQuadraturePointsGenerator, vtkQuadratureSchemeDefinition
- Tests:
- vtkQuadratureSchemeDictionaryGenerator (Tests)
Definition at line 43 of file vtkQuadratureSchemeDictionaryGenerator.h.
vtkQuadratureSchemeDictionaryGenerator::vtkQuadratureSchemeDictionaryGenerator |
( |
| ) |
|
|
protected |
virtual vtkQuadratureSchemeDictionaryGenerator::~vtkQuadratureSchemeDictionaryGenerator |
( |
| ) |
|
|
protectedvirtual |
static int vtkQuadratureSchemeDictionaryGenerator::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkQuadratureSchemeDictionaryGenerator::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkQuadratureSchemeDictionaryGenerator::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkQuadratureSchemeDictionaryGenerator::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
int vtkQuadratureSchemeDictionaryGenerator::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protected |
int vtkQuadratureSchemeDictionaryGenerator::FillOutputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protected |
int vtkQuadratureSchemeDictionaryGenerator::RequestData |
( |
vtkInformation * |
req, |
|
|
vtkInformationVector ** |
input, |
|
|
vtkInformationVector * |
output |
|
) |
| |
|
protected |
The documentation for this class was generated from the following file: