47#ifndef __vtkboneGenerateHommingaMaterialTable_h
48#define __vtkboneGenerateHommingaMaterialTable_h
65 vtkSetMacro(FirstIndex,
int);
66 vtkGetMacro(FirstIndex,
int);
74 vtkSetMacro(LastIndex,
int);
75 vtkGetMacro(LastIndex,
int);
80 vtkSetMacro(Exponent,
double);
81 vtkGetMacro(Exponent,
double);
generates a material table corresponding to the Homminga material model.
static vtkboneGenerateHommingaMaterialTable * New()
vtkboneMaterial * FullScaleMaterial
vtkboneGenerateHommingaMaterialTable()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
void PrintSelf(ostream &os, vtkIndent indent) override
~vtkboneGenerateHommingaMaterialTable()
Superclass for algorithms that produce only vtkboneMaterialTable as output.
An abstract base class for materials used in finite element models.