ITK
4.6.0
Insight Segmentation and Registration Toolkit
|
#include <itkFEMLoadGrav.h>
Constant gravity load class.
This is a special case of LoadGrav. The load vector is the same on every point in space.
Definition at line 70 of file itkFEMLoadGrav.h.
Public Member Functions | |
virtual void | ApplyLoad (Element::ConstPointer element, Element::VectorType &Fe) ITK_OVERRIDE |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const ITK_OVERRIDE |
virtual vnl_vector< Float > | GetGravitationalForceAtPoint (vnl_vector< Float >) ITK_OVERRIDE |
virtual const char * | GetNameOfClass () const |
void | SetForce (const vnl_vector< itk::fem::Element::Float > force) |
vnl_vector < itk::fem::Element::Float > & | GetForce () |
const vnl_vector < itk::fem::Element::Float > & | GetForce () const |
Public Member Functions inherited from itk::fem::LoadElement | |
void | AddNextElement (Element::ConstPointer e) |
void | AddNextElement (Element::Pointer e) |
Element::ConstPointer | GetElement (int i) |
ElementPointersVectorType & | GetElementArray () |
const ElementPointersVectorType & | GetElementArray () const |
unsigned int | GetNumberOfElements (void) |
LoadElement () | |
Public Member Functions inherited from itk::fem::Load | |
const Element * | GetElement () const |
virtual Solution::ConstPointer | GetSolution () |
void | SetElement (const Element *el) |
virtual void | SetSolution (Solution::ConstPointer) |
Public Member Functions inherited from itk::fem::FEMLightObject | |
int | GetGlobalNumber () const |
void | SetGlobalNumber (int) |
Public Member Functions inherited from itk::LightObject | |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
itkCloneMacro (Self) | |
void | Print (std::ostream &os, Indent indent=0) const |
virtual void | Register () const |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () const |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::fem::LoadElement | |
static Pointer | New () |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Protected Member Functions | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const ITK_OVERRIDE |
Protected Member Functions inherited from itk::fem::LoadElement | |
void | AddNextElementInternal (const Element *e) |
Protected Member Functions inherited from itk::fem::FEMLightObject | |
FEMLightObject () | |
FEMLightObject (const FEMLightObject &o) | |
virtual | ~FEMLightObject () |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Protected Attributes | |
vnl_vector< Float > | m_GravityForce |
Protected Attributes inherited from itk::fem::Load | |
Element::ConstPointer | m_Element |
Protected Attributes inherited from itk::fem::FEMLightObject | |
int | m_GlobalNumber |
Protected Attributes inherited from itk::LightObject | |
InternalReferenceCountType | m_ReferenceCount |
SimpleFastMutexLock | m_ReferenceCountLock |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
typedef SmartPointer<const Self> itk::fem::LoadGravConst::ConstPointer |
Definition at line 78 of file itkFEMLoadGrav.h.
Definition at line 77 of file itkFEMLoadGrav.h.
Standard class typedefs.
Definition at line 75 of file itkFEMLoadGrav.h.
Definition at line 76 of file itkFEMLoadGrav.h.
|
virtual |
Apply the load to the specified element
Reimplemented from itk::fem::LoadElement.
|
virtual |
CreateAnother method will clone the existing instance of this type, including its internal member variables.
Reimplemented from itk::fem::LoadElement.
vnl_vector<itk::fem::Element::Float>& itk::fem::LoadGravConst::GetForce | ( | ) |
Get the gravity force that exists at every point
const vnl_vector<itk::fem::Element::Float>& itk::fem::LoadGravConst::GetForce | ( | ) | const |
Get the gravity force that exists at every point
|
inlinevirtual |
Implements itk::fem::LoadGrav.
Definition at line 90 of file itkFEMLoadGrav.h.
References m_GravityForce.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::fem::LoadGrav.
|
static |
Method for creation through the object factory.
|
protectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::fem::LoadGrav.
void itk::fem::LoadGravConst::SetForce | ( | const vnl_vector< itk::fem::Element::Float > | force | ) |
Set the gravity force that exists at every point
|
protected |
Definition at line 113 of file itkFEMLoadGrav.h.
Referenced by GetGravitationalForceAtPoint().