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);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
An abstract base class for materials used in finite element models.
void PrintSelf(ostream &os, vtkIndent indent)
vtkboneMaterial * FullScaleMaterial
static vtkboneMaterialTableAlgorithm * New()
generates a material table corresponding to the Homminga material model.
Superclass for algorithms that produce only vtkboneMaterialTable as output.