19 #ifndef itkFEMLoadNode_h
20 #define itkFEMLoadNode_h
23 #include "ITKFEMExport.h"
24 #include "vnl/vnl_vector.h"
52 itkSimpleNewMacro(
Self);
62 void SetForce(
const vnl_vector<Float> force);
67 vnl_vector<Float> GetForce()
const;
72 void SetNode(
int num);
84 m_Point(pt_), m_Force(F_)
86 this->m_Element = element_;
91 virtual::itk::LightObject::Pointer CreateAnother(
void) const ITK_OVERRIDE;
95 virtual
void PrintSelf(std::ostream& os,
Indent indent) const ITK_OVERRIDE;
100 unsigned int m_Point;
112 #endif // #ifndef itkFEMLoadDOF_h
Light weight base class for most itk classes.
SmartPointer< const Self > ConstPointer
Element::Node::Float Float
SmartPointer< Self > Pointer
LoadNode(Element::ConstPointer element_, unsigned int pt_, vnl_vector< Float > F_)
Control indentation during Print() invocation.
General abstract load base class.
This load is applied on a specific point within the system.