#include <itkFEMLoadLandmark.h>
Inheritance diagram for itk::fem::LoadLandmark:
Public Types | |
typedef LoadLandmark | Self |
typedef LoadElement | Superclass |
typedef Self * | Pointer |
typedef const Self * | ConstPointer |
Public Methods | |
virtual Baseclass::Pointer | Clone () const |
virtual int | ClassID () const |
Element::VectorType | GetPoint () |
Element::VectorType | GetForce () |
virtual void | Read (std::istream &f, void *info) |
virtual void | Write (std::ostream &f) const |
void | SetSolution (Solution::ConstPointer ptr) |
Solution::ConstPointer | GetSolution () |
Float | GetSolution (unsigned int i, unsigned int v=0) |
LoadLandmark () | |
LoadLandmark (Element::ConstPointer el_, vnl_vector< Float > pu_, vnl_vector< Float > F_) | |
Static Public Methods | |
Self::Pointer | New () |
Public Attributes | |
float | eta |
vnl_vector< Float > | m_pt |
vnl_vector< Float > | m_target |
vnl_vector< Float > | F |
Element::ConstPointer | m_element |
Solution::ConstPointer | m_Solution |
Static Public Attributes | |
const int | CLID |
This load depends on the motion of a point from an undeformed configuration to a deformed configuration.
Definition at line 34 of file itkFEMLoadLandmark.h.
|
Const pointer or SmartPointer to an object. Reimplemented from itk::fem::LoadElement. Definition at line 35 of file itkFEMLoadLandmark.h. |
|
Pointer or SmartPointer to an object. Reimplemented from itk::fem::LoadElement. Definition at line 35 of file itkFEMLoadLandmark.h. |
|
Standard Self typedef. Reimplemented from itk::fem::LoadElement. Definition at line 35 of file itkFEMLoadLandmark.h. |
|
Standard Superclass typedef. Reimplemented from itk::fem::LoadElement. Definition at line 35 of file itkFEMLoadLandmark.h. |
|
Default constructors Definition at line 100 of file itkFEMLoadLandmark.h. References m_element. |
|
Default constructors Definition at line 101 of file itkFEMLoadLandmark.h. |
|
Virtual function to access the class ID Reimplemented from itk::fem::LoadElement. Definition at line 35 of file itkFEMLoadLandmark.h. |
|
Create a new object from the existing one Reimplemented from itk::fem::LoadElement. |
|
Access the force vector Definition at line 85 of file itkFEMLoadLandmark.h. References m_element. |
|
Access the location of the point load Definition at line 80 of file itkFEMLoadLandmark.h. |
|
Methods to access the most recent solution vector Definition at line 74 of file itkFEMLoadLandmark.h. References itk::fem::LoadElement::Float, and m_Solution. |
|
Methods to access the most recent solution vector Reimplemented from itk::fem::Load. Definition at line 73 of file itkFEMLoadLandmark.h. References m_Solution. |
|
Object creation in an itk compatible way Reimplemented from itk::fem::LoadElement. Definition at line 35 of file itkFEMLoadLandmark.h. |
|
Read a LoadLandmark object from the input stream Reimplemented from itk::fem::LoadElement. |
|
Methods to access the most recent solution vector Reimplemented from itk::fem::Load. Definition at line 72 of file itkFEMLoadLandmark.h. References m_Solution. |
|
Write a LoadLandmark object to the output stream Reimplemented from itk::fem::LoadElement. |
|
Class ID for FEM object factory Reimplemented from itk::fem::LoadElement. Definition at line 35 of file itkFEMLoadLandmark.h. |
|
Square root of the variance (eta) Definition at line 41 of file itkFEMLoadLandmark.h. |
|
the actual load vector Definition at line 56 of file itkFEMLoadLandmark.h. |
|
Pointer to the element which contains the undeformed configuration of the landmark Definition at line 62 of file itkFEMLoadLandmark.h. Referenced by GetForce(), and LoadLandmark(). |
|
Point in __local coordinates__ in the undeformed configuration Definition at line 46 of file itkFEMLoadLandmark.h. |
|
Pointer to the solution object Definition at line 67 of file itkFEMLoadLandmark.h. Referenced by GetSolution(), and SetSolution(). |
|
Point in __global coordinates__ in the deformed configuration Definition at line 51 of file itkFEMLoadLandmark.h. |