18 #ifndef itkFEMLoadBase_h
19 #define itkFEMLoadBase_h
24 #include "ITKFEMExport.h"
93 virtual void PrintSelf(std::ostream& os,
Indent indent)
const ITK_OVERRIDE;
105 #endif // #ifndef itkFEMLoadBase_h
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.