19 #ifndef itkFEMLoadPoint_h
20 #define itkFEMLoadPoint_h
23 #include "ITKFEMExport.h"
24 #include "vnl/vnl_vector.h"
47 itkSimpleNewMacro(
Self);
54 virtual::itk::LightObject::Pointer CreateAnother(
void) const ITK_OVERRIDE;
60 m_Point(2), m_ForcePoint(2)
69 void SetPoint(
const vnl_vector<Float> p);
74 vnl_vector<Float> GetPoint();
79 void SetForce(
const vnl_vector<Float> f);
84 vnl_vector<Float> GetForce();
91 virtual void PrintSelf(std::ostream& os,
Indent indent)
const ITK_OVERRIDE;
108 #endif // #ifndef itkFEMLoadPoint_h
This load is applied on a point in an element.
Light weight base class for most itk classes.
vnl_vector< Float > m_ForcePoint
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
vnl_vector< Float > VectorType
Virtual element load base class.
Control indentation during Print() invocation.
vnl_vector< Float > m_Point