19 #ifndef __itkFEMLoadPoint_h
20 #define __itkFEMLoadPoint_h
23 #include "vnl/vnl_vector.h"
46 itkSimpleNewMacro(
Self);
68 void SetPoint(
const vnl_vector<Float> p);
78 void SetForce(
const vnl_vector<Float> f);
107 #endif // #ifndef __itkFEMLoadPoint_h
void SetPoint(const vnl_vector< Float > p)
This load is applied on a point in an element.
Light weight base class for most itk classes.
vnl_vector< Float > m_ForcePoint
virtual ::itk::LightObject::Pointer CreateAnother(void) const
SmartPointer< const Self > ConstPointer
void SetForce(const vnl_vector< Float > f)
vnl_vector< Float > GetForce()
virtual void ApplyLoad(Element::ConstPointer element, Element::VectorType &Fe)
vnl_vector< Float > GetPoint()
SmartPointer< Self > Pointer
virtual void PrintSelf(std::ostream &os, Indent indent) const
vnl_vector< Float > VectorType
Virtual element load base class.
Control indentation during Print() invocation.
vnl_vector< Float > m_Point