ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkFEMLoadLandmark.h>
This load is derived from the motion of a specific landmark.
This load depends on the motion of a point from an undeformed configuration to a deformed configuration.
Definition at line 38 of file itkFEMLoadLandmark.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::fem::LoadElement | |
static Pointer | New () |
Protected Member Functions | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
Protected Member Functions inherited from itk::fem::LoadElement | |
void | AddNextElementInternal (const Element *e) |
Protected Attributes | |
double | m_Eta |
vnl_vector< Float > | m_Force |
vnl_vector< Float > | m_Point |
Solution::ConstPointer | m_Solution |
vnl_vector< Float > | m_Source |
vnl_vector< Float > | m_Target |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
typedef SmartPointer<const Self> itk::fem::LoadLandmark::ConstPointer |
Definition at line 46 of file itkFEMLoadLandmark.h.
Definition at line 45 of file itkFEMLoadLandmark.h.
Standard class typedefs.
Definition at line 43 of file itkFEMLoadLandmark.h.
Definition at line 44 of file itkFEMLoadLandmark.h.
|
inline |
Default constructors
Definition at line 216 of file itkFEMLoadLandmark.h.
|
virtual |
Apply the load to the specified element
Reimplemented from itk::fem::LoadElement.
|
virtual |
Assign the LoadLandmark to an element
|
virtual |
|
virtual |
CreateAnother method will clone the existing instance of this type, including its internal member variables.
Reimplemented from itk::fem::LoadElement.
|
virtual |
|
inline |
Get the element containing the landmark
Definition at line 199 of file itkFEMLoadLandmark.h.
References itk::fem::Load::m_Element.
double itk::fem::LoadLandmark::GetEta | ( | ) | const |
|
inline |
|
inline |
Definition at line 112 of file itkFEMLoadLandmark.h.
References m_Force.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::fem::LoadElement.
Reimplemented in itk::fem::LoadNoisyLandmark.
|
inline |
Access the location of the point load
Definition at line 78 of file itkFEMLoadLandmark.h.
References m_Point.
|
inlinevirtual |
Methods to access the most recent solution vector
Reimplemented from itk::fem::Load.
Definition at line 65 of file itkFEMLoadLandmark.h.
References m_Solution.
|
inline |
Methods to access the most recent solution vector
Definition at line 69 of file itkFEMLoadLandmark.h.
References itk::fem::Solution::GetSolutionValue(), and m_Solution.
|
inline |
Access the location of the point load
Definition at line 94 of file itkFEMLoadLandmark.h.
References m_Source.
|
inline |
Definition at line 99 of file itkFEMLoadLandmark.h.
References m_Source.
|
inline |
Access the location of the point load
Definition at line 152 of file itkFEMLoadLandmark.h.
References m_Target.
|
inline |
Access the location of the point load
Definition at line 156 of file itkFEMLoadLandmark.h.
References m_Target.
|
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::LoadElement.
Reimplemented in itk::fem::LoadNoisyLandmark.
|
inline |
Definition at line 178 of file itkFEMLoadLandmark.h.
|
inline |
Set the element containing the landmark
Definition at line 191 of file itkFEMLoadLandmark.h.
References itk::Math::e, and itk::fem::Load::m_Element.
void itk::fem::LoadLandmark::SetEta | ( | double | e | ) |
Get/Set the eta parameter, square root of the variance, for the load
|
inline |
|
inline |
|
inlinevirtual |
Methods to access the most recent solution vector
Reimplemented from itk::fem::Load.
Definition at line 61 of file itkFEMLoadLandmark.h.
References m_Solution.
|
inline |
|
inline |
|
protected |
Square root of the variance (eta)
Definition at line 240 of file itkFEMLoadLandmark.h.
Referenced by ScalePointAndForce().
|
protected |
Definition at line 254 of file itkFEMLoadLandmark.h.
Referenced by GetForce(), and SetForce().
|
protected |
Point in local coordinates in the undeformed configuration
Definition at line 245 of file itkFEMLoadLandmark.h.
Referenced by GetPoint(), and SetPoint().
|
protected |
Pointer to the element which contains the undeformed configuration of the landmark Pointer to the solution object
Definition at line 265 of file itkFEMLoadLandmark.h.
Referenced by GetSolution(), and SetSolution().
|
protected |
Definition at line 252 of file itkFEMLoadLandmark.h.
Referenced by GetSource(), ScalePointAndForce(), and SetSource().
|
protected |
Point in global coordinates in the deformed configuration
Definition at line 250 of file itkFEMLoadLandmark.h.
Referenced by GetTarget(), ScalePointAndForce(), and SetTarget().