ITK
4.1.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.
typedef SmartPointer<const Self> itk::fem::LoadLandmark::ConstPointer |
Reimplemented from itk::fem::LoadElement.
Definition at line 46 of file itkFEMLoadLandmark.h.
Reimplemented from itk::fem::LoadElement.
Definition at line 45 of file itkFEMLoadLandmark.h.
Standard class typedefs.
Reimplemented from itk::fem::LoadElement.
Definition at line 43 of file itkFEMLoadLandmark.h.
Reimplemented from itk::fem::LoadElement.
Definition at line 44 of file itkFEMLoadLandmark.h.
itk::fem::LoadLandmark::LoadLandmark | ( | ) | [inline] |
Default constructors
Definition at line 216 of file itkFEMLoadLandmark.h.
virtual void itk::fem::LoadLandmark::ApplyLoad | ( | Element::ConstPointer | element, |
Element::VectorType & | Fe | ||
) | [virtual] |
Apply the load to the specified element
Reimplemented from itk::fem::LoadElement.
virtual bool itk::fem::LoadLandmark::AssignToElement | ( | Element::ArrayType::Pointer | elements | ) | [virtual] |
Assign the LoadLandmark to an element
virtual bool itk::fem::LoadLandmark::AssignToElement | ( | Element::ArrayType1::Pointer | elements | ) | [virtual] |
virtual::itk::LightObject::Pointer itk::fem::LoadLandmark::CreateAnother | ( | void | ) | const [virtual] |
CreateAnother method will clone the existing instance of this type, including its internal member variables.
Reimplemented from itk::fem::LoadElement.
virtual Element::ConstPointer itk::fem::LoadLandmark::GetAssignedElement | ( | Element::ArrayType1::Pointer | elements | ) | [virtual] |
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 |
Element::VectorType& itk::fem::LoadLandmark::GetForce | ( | void | ) | [inline] |
const Element::VectorType& itk::fem::LoadLandmark::GetForce | ( | void | ) | const [inline] |
Definition at line 112 of file itkFEMLoadLandmark.h.
References m_Force.
virtual const char* itk::fem::LoadLandmark::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::fem::LoadElement.
Element::VectorType& itk::fem::LoadLandmark::GetPoint | ( | ) | [inline] |
Access the location of the point load
Definition at line 78 of file itkFEMLoadLandmark.h.
References m_Point.
Solution::ConstPointer itk::fem::LoadLandmark::GetSolution | ( | ) | [inline, virtual] |
Methods to access the most recent solution vector
Reimplemented from itk::fem::Load.
Definition at line 65 of file itkFEMLoadLandmark.h.
References m_Solution.
Float itk::fem::LoadLandmark::GetSolution | ( | unsigned int | i, |
unsigned int | v = 0 |
||
) | [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.
Element::VectorType& itk::fem::LoadLandmark::GetSource | ( | ) | [inline] |
Access the location of the point load
Definition at line 94 of file itkFEMLoadLandmark.h.
References m_Source.
const Element::VectorType& itk::fem::LoadLandmark::GetSource | ( | ) | const [inline] |
Definition at line 99 of file itkFEMLoadLandmark.h.
References m_Source.
Element::VectorType& itk::fem::LoadLandmark::GetTarget | ( | ) | [inline] |
Access the location of the point load
Definition at line 152 of file itkFEMLoadLandmark.h.
References m_Target.
const Element::VectorType& itk::fem::LoadLandmark::GetTarget | ( | ) | const [inline] |
Access the location of the point load
Definition at line 156 of file itkFEMLoadLandmark.h.
References m_Target.
static Pointer itk::fem::LoadLandmark::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::fem::LoadElement.
virtual void itk::fem::LoadLandmark::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
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.
void itk::fem::LoadLandmark::ScalePointAndForce | ( | double * | spacing, |
double | fwt | ||
) | [inline] |
Definition at line 178 of file itkFEMLoadLandmark.h.
void itk::fem::LoadLandmark::SetContainedElement | ( | Element::Pointer | e | ) | [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
void itk::fem::LoadLandmark::SetForce | ( | const vnl_vector< Float > & | force | ) | [inline] |
void itk::fem::LoadLandmark::SetPoint | ( | const vnl_vector< Float > & | pt | ) | [inline] |
void itk::fem::LoadLandmark::SetSolution | ( | Solution::ConstPointer | ptr | ) | [inline, virtual] |
Methods to access the most recent solution vector
Reimplemented from itk::fem::Load.
Definition at line 61 of file itkFEMLoadLandmark.h.
References m_Solution.
void itk::fem::LoadLandmark::SetSource | ( | const vnl_vector< Float > & | source | ) | [inline] |
void itk::fem::LoadLandmark::SetTarget | ( | const vnl_vector< Float > & | target | ) | [inline] |
double itk::fem::LoadLandmark::m_Eta [protected] |
Square root of the variance (eta)
Definition at line 240 of file itkFEMLoadLandmark.h.
Referenced by ScalePointAndForce().
vnl_vector<Float> itk::fem::LoadLandmark::m_Force [protected] |
Definition at line 254 of file itkFEMLoadLandmark.h.
Referenced by GetForce(), and SetForce().
vnl_vector<Float> itk::fem::LoadLandmark::m_Point [protected] |
Point in __local coordinates__ in the undeformed configuration
Definition at line 245 of file itkFEMLoadLandmark.h.
Referenced by GetPoint(), and SetPoint().
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().
vnl_vector<Float> itk::fem::LoadLandmark::m_Source [protected] |
Definition at line 252 of file itkFEMLoadLandmark.h.
Referenced by GetSource(), ScalePointAndForce(), and SetSource().
vnl_vector<Float> itk::fem::LoadLandmark::m_Target [protected] |
Point in __global coordinates__ in the deformed configuration
Definition at line 250 of file itkFEMLoadLandmark.h.
Referenced by GetTarget(), ScalePointAndForce(), and SetTarget().