19 #ifndef itkFEMElement2DC0LinearLineStress_h
20 #define itkFEMElement2DC0LinearLineStress_h
24 #include "ITKFEMExport.h"
46 itkSimpleNewMacro(
Self);
53 virtual::itk::LightObject::Pointer CreateAnother(
void) const ITK_OVERRIDE;
70 virtual
void GetMassMatrix(
MatrixType & Me) const ITK_OVERRIDE;
73 virtual
void PrintSelf(std::ostream& os,
Indent indent) const ITK_OVERRIDE;
80 #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.
2-noded finite element class in 2D space for linear elasticity problem.
SmartPointer< const Self > ConstPointer
Control indentation during Print() invocation.
Element1DStress< Element2DC0LinearLine > Superclass