19 #ifndef __itkFEMLoadEdge_h
20 #define __itkFEMLoadEdge_h
23 #include "vnl/vnl_matrix.h"
50 itkSimpleNewMacro(
Self);
57 virtual::itk::LightObject::Pointer
CreateAnother(
void) const ITK_OVERRIDE;
85 virtual
void PrintSelf(std::ostream& os,
Indent indent) const ITK_OVERRIDE;
116 #endif // #ifndef __itkFEMLoadEdge_h
virtual void ApplyLoad(Element::ConstPointer element, Element::VectorType &Fe) ITK_OVERRIDE
SmartPointer< Self > Pointer
Light weight base class for most itk classes.
void SetForce(const vnl_matrix< itk::fem::Element::Float > force)
SmartPointer< const Self > ConstPointer
virtual ::itk::LightObject::Pointer CreateAnother(void) const ITK_OVERRIDE
A generic load that can be applied to an edge of the element.
virtual void PrintSelf(std::ostream &os, Indent indent) const ITK_OVERRIDE
const vnl_matrix< itk::fem::Element::Float > & GetForce() const
Virtual element load base class.
vnl_matrix< Float > m_Force
Abstract base element class.
Control indentation during Print() invocation.