#include <vtkELNOFilter.h>
Public Member Functions | |
vtkTypeMacro (vtkELNOFilter, vtkQuadraturePointsGenerator) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkSetMacro (ShrinkFactor, double) | |
vtkGetMacro (ShrinkFactor, double) | |
Static Public Member Functions | |
static vtkELNOFilter * | New () |
Protected Member Functions | |
vtkELNOFilter () | |
~vtkELNOFilter () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
void | AttachCellFieldsOn (vtkUnstructuredGrid *, vtkCellData *, int) |
Protected Attributes | |
double | ShrinkFactor |
Private Member Functions | |
vtkELNOFilter (const vtkELNOFilter &) | |
void | operator= (const vtkELNOFilter &) |
|
protected |
References ShrinkFactor.
|
protected |
|
private |
|
static |
vtkELNOFilter::vtkTypeMacro | ( | vtkELNOFilter | , |
vtkQuadraturePointsGenerator | |||
) |
void vtkELNOFilter::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
References ShrinkFactor.
vtkELNOFilter::vtkSetMacro | ( | ShrinkFactor | , |
double | |||
) |
vtkELNOFilter::vtkGetMacro | ( | ShrinkFactor | , |
double | |||
) |
|
protected |
References AttachCellFieldsOn(), MEDUtilities::ELNO(), and ShrinkFactor.
|
protected |
This method attach fields on cell of inGrid and add it as a point data in outData.
|
private |
|
protected |