ITK
4.13.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 39 of file itkFEMLoadLandmark.h.
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 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 () override |
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 | |
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 |
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 | |
AtomicInt< int > | m_ReferenceCount |
typedef SmartPointer<const Self> itk::fem::LoadLandmark::ConstPointer |
Definition at line 47 of file itkFEMLoadLandmark.h.
Definition at line 46 of file itkFEMLoadLandmark.h.
Standard class typedefs.
Definition at line 44 of file itkFEMLoadLandmark.h.
Definition at line 45 of file itkFEMLoadLandmark.h.
|
inline |
Default constructors
Definition at line 217 of file itkFEMLoadLandmark.h.
|
overridevirtual |
Apply the load to the specified element
Reimplemented from itk::fem::LoadElement.
|
virtual |
Assign the LoadLandmark to an element
|
virtual |
|
overridevirtual |
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 200 of file itkFEMLoadLandmark.h.
double itk::fem::LoadLandmark::GetEta | ( | ) | const |
|
inline |
Get the force vector
Definition at line 108 of file itkFEMLoadLandmark.h.
|
inline |
Definition at line 113 of file itkFEMLoadLandmark.h.
|
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 79 of file itkFEMLoadLandmark.h.
|
inlineoverridevirtual |
Methods to access the most recent solution vector
Reimplemented from itk::fem::Load.
Definition at line 66 of file itkFEMLoadLandmark.h.
|
inline |
Methods to access the most recent solution vector
Definition at line 70 of file itkFEMLoadLandmark.h.
|
inline |
Access the location of the point load
Definition at line 95 of file itkFEMLoadLandmark.h.
|
inline |
Definition at line 100 of file itkFEMLoadLandmark.h.
|
inline |
Access the location of the point load
Definition at line 153 of file itkFEMLoadLandmark.h.
|
inline |
Access the location of the point load
Definition at line 157 of file itkFEMLoadLandmark.h.
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
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 179 of file itkFEMLoadLandmark.h.
|
inline |
Set the element containing the landmark
Definition at line 192 of file itkFEMLoadLandmark.h.
References itk::Math::e.
void itk::fem::LoadLandmark::SetEta | ( | double | e | ) |
Get/Set the eta parameter, square root of the variance, for the load
|
inline |
Set the force vector
Definition at line 121 of file itkFEMLoadLandmark.h.
|
inline |
Set the force vector
Definition at line 87 of file itkFEMLoadLandmark.h.
|
inlineoverridevirtual |
Methods to access the most recent solution vector
Reimplemented from itk::fem::Load.
Definition at line 62 of file itkFEMLoadLandmark.h.
|
inline |
Set the force vector
Definition at line 137 of file itkFEMLoadLandmark.h.
|
inline |
Set the force vector
Definition at line 166 of file itkFEMLoadLandmark.h.
|
protected |
Square root of the variance (eta)
Definition at line 241 of file itkFEMLoadLandmark.h.
|
protected |
Definition at line 255 of file itkFEMLoadLandmark.h.
|
protected |
Point in local coordinates in the undeformed configuration
Definition at line 246 of file itkFEMLoadLandmark.h.
|
protected |
Pointer to the element which contains the undeformed configuration of the landmark Pointer to the solution object
Definition at line 266 of file itkFEMLoadLandmark.h.
|
protected |
Definition at line 253 of file itkFEMLoadLandmark.h.
|
protected |
Point in global coordinates in the deformed configuration
Definition at line 251 of file itkFEMLoadLandmark.h.