19 #ifndef __itkFEMLoadNode_h
20 #define __itkFEMLoadNode_h
23 #include "vnl/vnl_vector.h"
51 itkSimpleNewMacro(
Self);
61 void SetForce(
const vnl_vector<Float> force);
90 virtual::itk::LightObject::Pointer
CreateAnother(
void) const ITK_OVERRIDE;
94 virtual
void PrintSelf(std::ostream& os,
Indent indent) const ITK_OVERRIDE;
111 #endif // #ifndef __itkFEMLoadDOF_h
Light weight base class for most itk classes.
SmartPointer< const Self > ConstPointer
vnl_vector< Float > GetForce() const
virtual ::itk::LightObject::Pointer CreateAnother(void) const ITK_OVERRIDE
Element::ConstPointer m_Element
virtual void PrintSelf(std::ostream &os, Indent indent) const ITK_OVERRIDE
Element::Node::Float Float
SmartPointer< Self > Pointer
LoadNode(Element::ConstPointer element_, unsigned int pt_, vnl_vector< Float > F_)
void SetForce(const vnl_vector< Float > force)
Control indentation during Print() invocation.
General abstract load base class.
This load is applied on a specific point within the system.
vnl_vector< Float > m_Force