18 #ifndef __itkFEMLoadBase_h
19 #define __itkFEMLoadBase_h
92 virtual void PrintSelf(std::ostream& os,
Indent indent)
const ITK_OVERRIDE;
104 #endif // #ifndef __itkFEMLoadBase_h
virtual void PrintSelf(std::ostream &os, Indent indent) const ITK_OVERRIDE
SmartPointer< const Self > ConstPointer
FEMPArray< Self > ArrayType
Element::ConstPointer m_Element
const Element * GetElement() const
virtual void SetSolution(Solution::ConstPointer)
Provides functions to access the values of the solution vector.
FEMLightObject Superclass
Base class for all classes that define the FEM system.
virtual Solution::ConstPointer GetSolution()
SmartPointer< Self > Pointer
void SetElement(const Element *el)
Abstract base element class.
Control indentation during Print() invocation.
General abstract load base class.