#include <itkFEMMaterialBase.h>
Inheritance diagram for itk::fem::Material:
Public Types | |
typedef Material | Self |
typedef FEMLightObject | Superclass |
typedef Self * | Pointer |
typedef const Self * | ConstPointer |
typedef FEMPArray< Self > | ArrayType |
When specifying materials for particular element, you should use MaterialStandard class or derive your own class (using Material or MaterialStandard as a base class) if your Element requires special properties or constants.
Material base class doesn't define any data member. Everything usefull is stored in derived clases. This class is here just to group all material classes together and access them via this base class.
Definition at line 45 of file itkFEMMaterialBase.h.
|
Array class that holds special pointers to objects of all Material classes Definition at line 53 of file itkFEMMaterialBase.h. |
|
|
Pointer or SmartPointer to an object. Reimplemented from itk::fem::FEMLightObject. Reimplemented in itk::fem::MaterialLinearElasticity. Definition at line 47 of file itkFEMMaterialBase.h. |
|
Standard Self typedef. Reimplemented from itk::fem::FEMLightObject. Reimplemented in itk::fem::MaterialLinearElasticity. Definition at line 47 of file itkFEMMaterialBase.h. |
|
Standard Superclass typedef. Reimplemented from itk::fem::FEMLightObject. Reimplemented in itk::fem::MaterialLinearElasticity. Definition at line 47 of file itkFEMMaterialBase.h. |