19 #ifndef __itkFEMElement2DC0LinearLineStress_h
20 #define __itkFEMElement2DC0LinearLineStress_h
45 itkSimpleNewMacro(
Self);
52 virtual::itk::LightObject::Pointer
CreateAnother(
void) const ITK_OVERRIDE;
72 virtual
void PrintSelf(std::ostream& os,
Indent indent) const ITK_OVERRIDE;
79 #endif // #ifndef __itkFEMElement2DC0LinearLineStress_h
SmartPointer< Self > Pointer
Light weight base class for most itk classes.
vnl_matrix< Float > MatrixType
Base class for storing all the implicit material and other properties required to fully define the el...
Element2DC0LinearLineStress Self
Class that is used to define linear elasticity problem in 1D space.
virtual void GetMassMatrix(MatrixType &Me) const ITK_OVERRIDE
2-noded finite element class in 2D space for linear elasticity problem.
SmartPointer< const Self > ConstPointer
virtual void PrintSelf(std::ostream &os, Indent indent) const ITK_OVERRIDE
Control indentation during Print() invocation.
virtual ::itk::LightObject::Pointer CreateAnother(void) const ITK_OVERRIDE
Element1DStress< Element2DC0LinearLine > Superclass