19 #ifndef __itkFEMLoadGrav_h
20 #define __itkFEMLoadGrav_h
23 #include "vnl/vnl_vector.h"
81 itkSimpleNewMacro(
Self);
98 void SetForce(
const vnl_vector<itk::fem::Element::Float> force);
103 vnl_vector<itk::fem::Element::Float> &
GetForce();
104 const vnl_vector<itk::fem::Element::Float> &
GetForce()
const;
119 #endif // #ifndef __itkFEMLoadGrav_h
Light weight base class for most itk classes.
Abstract gravity load class.
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
Constant gravity load class.
vnl_vector< itk::fem::Element::Float > & GetForce()
virtual void ApplyLoad(Element::ConstPointer element, Element::VectorType &Fe)
virtual void PrintSelf(std::ostream &os, Indent indent) const
SmartPointer< const Self > ConstPointer
virtual vnl_vector< Float > GetGravitationalForceAtPoint(vnl_vector< Float >)=0
vnl_vector< Float > m_GravityForce
virtual vnl_vector< Float > GetGravitationalForceAtPoint(vnl_vector< Float >)
vnl_vector< Float > VectorType
Virtual element load base class.
SmartPointer< Self > Pointer
virtual void PrintSelf(std::ostream &os, Indent indent) const
Control indentation during Print() invocation.
void SetForce(const vnl_vector< itk::fem::Element::Float > force)
virtual void PrintSelf(std::ostream &os, Indent indent) const
virtual ::itk::LightObject::Pointer CreateAnother(void) const