ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Attributes
itk::fem::LoadNoisyLandmark Class Reference

#include <itkFEMLoadNoisyLandmark.h>

+ Inheritance diagram for itk::fem::LoadNoisyLandmark:
+ Collaboration diagram for itk::fem::LoadNoisyLandmark:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef Element::MatrixType MatrixType
typedef SmartPointer< SelfPointer
typedef LoadNoisyLandmark Self
typedef LoadLandmark Superclass
typedef Element::VectorType VectorType
- Public Types inherited from itk::fem::LoadLandmark
- Public Types inherited from itk::fem::LoadElement
typedef std::vector< const
Element * > 
ElementPointersVectorType
typedef Element::Float Float
- Public Types inherited from itk::fem::Load
typedef FEMPArray< SelfArrayType
- Public Types inherited from itk::fem::FEMLightObject
typedef Self Baseclass
- Public Types inherited from itk::LightObject

Public Member Functions

float GetConfidence () const
float GetErrorNorm () const
const MatrixTypeGetLandmarkTensor () const
virtual const char * GetNameOfClass () const
const VectorTypeGetRealDisplacement () const
const VectorTypeGetShape () const
const VectorTypeGetSimulatedDisplacement () const
const MatrixTypeGetStructureTensor () const
bool HasStructureTensor () const
bool IsOutlier () const
bool IsOutOfMesh () const
void SetConfidence (float confidence)
void SetErrorNorm (float errorNorm)
void SetIsOutOfMesh (bool out)
void SetLandmarkTensor (const MatrixType &landmarkTensor)
void SetOutlier (bool outlier)
void SetRealDisplacement (const VectorType &displacement)
void SetShape (const VectorType &shape)
void SetSimulatedDisplacement (const VectorType &displacement)
void SetStructureTensor (const MatrixType &structureTensor)
- Public Member Functions inherited from itk::fem::LoadLandmark
virtual void ApplyLoad (Element::ConstPointer element, Element::VectorType &Fe)
virtual bool AssignToElement (Element::ArrayType::Pointer elements)
virtual bool AssignToElement (Element::ArrayType1::Pointer elements)
virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual Element::ConstPointer GetAssignedElement (Element::ArrayType1::Pointer elements)
const ElementGetContainedElement () const
double GetEta () const
Element::VectorTypeGetForce ()
const Element::VectorTypeGetForce () const
Element::VectorTypeGetPoint ()
Element::VectorTypeGetSource ()
const Element::VectorTypeGetSource () const
 LoadLandmark ()
void ScalePointAndForce (double *spacing, double fwt)
void SetContainedElement (const Element *e)
void SetEta (double e)
void SetPoint (const vnl_vector< Float > &pt)
void SetSolution (Solution::ConstPointer ptr)
Solution::ConstPointer GetSolution ()
Float GetSolution (unsigned int i, unsigned int v=0)
void SetForce (const vnl_vector< Float > &force)
void SetSource (const vnl_vector< Float > &source)
Element::VectorTypeGetTarget ()
const Element::VectorTypeGetTarget () const
void SetTarget (const vnl_vector< Float > &target)
- Public Member Functions inherited from itk::fem::LoadElement
void AddNextElement (Element::ConstPointer e)
void AddNextElement (Element::Pointer e)
Element::ConstPointer GetElement (int i)
ElementPointersVectorTypeGetElementArray ()
const ElementPointersVectorTypeGetElementArray () const
unsigned int GetNumberOfElements (void)
 LoadElement ()
- Public Member Functions inherited from itk::fem::Load
const ElementGetElement () const
void SetElement (const Element *el)
- 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 ()

Protected Member Functions

virtual void PrintSelf (std::ostream &os, Indent indent) const
 LoadNoisyLandmark ()

Private Attributes

float m_Confidence
float m_ErrorNorm
bool m_HasStructureTensor
bool m_IsOutlier
bool m_IsOutOfMesh
MatrixType m_LandmarkTensor
VectorType m_RealDisplacement
VectorType m_Shape
VectorType m_SimulatedDisplacement
MatrixType m_StructureTensor

Additional Inherited Members

- Protected Attributes inherited from itk::fem::LoadLandmark
double m_Eta
vnl_vector< Floatm_Force
vnl_vector< Floatm_Point
Solution::ConstPointer m_Solution
vnl_vector< Floatm_Source
vnl_vector< Floatm_Target

Detailed Description

Definition at line 37 of file itkFEMLoadNoisyLandmark.h.


Member Typedef Documentation

Reimplemented from itk::fem::LoadLandmark.

Definition at line 45 of file itkFEMLoadNoisyLandmark.h.

Definition at line 49 of file itkFEMLoadNoisyLandmark.h.

Reimplemented from itk::fem::LoadLandmark.

Definition at line 44 of file itkFEMLoadNoisyLandmark.h.

Standard class typedefs.

Reimplemented from itk::fem::LoadLandmark.

Definition at line 42 of file itkFEMLoadNoisyLandmark.h.

Reimplemented from itk::fem::LoadLandmark.

Definition at line 43 of file itkFEMLoadNoisyLandmark.h.

Some convenient typedefs

Definition at line 48 of file itkFEMLoadNoisyLandmark.h.


Constructor & Destructor Documentation

itk::fem::LoadNoisyLandmark::LoadNoisyLandmark ( )
inlineprotected

Default constructors

Definition at line 167 of file itkFEMLoadNoisyLandmark.h.

References m_Confidence, itk::fem::Load::m_Element, m_HasStructureTensor, m_IsOutlier, and m_IsOutOfMesh.


Member Function Documentation

float itk::fem::LoadNoisyLandmark::GetConfidence ( ) const
inline

Definition at line 85 of file itkFEMLoadNoisyLandmark.h.

References m_Confidence.

float itk::fem::LoadNoisyLandmark::GetErrorNorm ( ) const
inline
const MatrixType& itk::fem::LoadNoisyLandmark::GetLandmarkTensor ( ) const
inline

Definition at line 157 of file itkFEMLoadNoisyLandmark.h.

References m_LandmarkTensor.

virtual const char* itk::fem::LoadNoisyLandmark::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::fem::LoadLandmark.

const VectorType& itk::fem::LoadNoisyLandmark::GetRealDisplacement ( ) const
inline

Definition at line 96 of file itkFEMLoadNoisyLandmark.h.

References m_RealDisplacement.

const VectorType& itk::fem::LoadNoisyLandmark::GetShape ( ) const
inline

Definition at line 118 of file itkFEMLoadNoisyLandmark.h.

References m_Shape.

const VectorType& itk::fem::LoadNoisyLandmark::GetSimulatedDisplacement ( ) const
inline

Definition at line 107 of file itkFEMLoadNoisyLandmark.h.

References m_SimulatedDisplacement.

const MatrixType& itk::fem::LoadNoisyLandmark::GetStructureTensor ( ) const
inline

Definition at line 141 of file itkFEMLoadNoisyLandmark.h.

References m_StructureTensor.

bool itk::fem::LoadNoisyLandmark::HasStructureTensor ( ) const
inline

Definition at line 146 of file itkFEMLoadNoisyLandmark.h.

References m_HasStructureTensor.

bool itk::fem::LoadNoisyLandmark::IsOutlier ( ) const
inline

Definition at line 63 of file itkFEMLoadNoisyLandmark.h.

References m_IsOutlier.

bool itk::fem::LoadNoisyLandmark::IsOutOfMesh ( ) const
inline

Definition at line 129 of file itkFEMLoadNoisyLandmark.h.

References m_IsOutOfMesh.

static Pointer itk::fem::LoadNoisyLandmark::New ( )
static

Method for creation through the object factory.

Reimplemented from itk::fem::LoadLandmark.

virtual void itk::fem::LoadNoisyLandmark::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
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::LoadLandmark.

void itk::fem::LoadNoisyLandmark::SetConfidence ( float  confidence)
inline

Set/Get Confidence

Definition at line 80 of file itkFEMLoadNoisyLandmark.h.

References m_Confidence.

void itk::fem::LoadNoisyLandmark::SetErrorNorm ( float  errorNorm)
inline

Set/Get Error norm

Definition at line 69 of file itkFEMLoadNoisyLandmark.h.

References m_ErrorNorm.

void itk::fem::LoadNoisyLandmark::SetIsOutOfMesh ( bool  out)
inline

Set/Get flag for outside of the mesh

Definition at line 124 of file itkFEMLoadNoisyLandmark.h.

References m_IsOutOfMesh.

void itk::fem::LoadNoisyLandmark::SetLandmarkTensor ( const MatrixType landmarkTensor)
inline

Set/Get Landmark tensor

Definition at line 152 of file itkFEMLoadNoisyLandmark.h.

References m_LandmarkTensor.

void itk::fem::LoadNoisyLandmark::SetOutlier ( bool  outlier)
inline

Outlier or not

Definition at line 58 of file itkFEMLoadNoisyLandmark.h.

References m_IsOutlier.

void itk::fem::LoadNoisyLandmark::SetRealDisplacement ( const VectorType displacement)
inline

Set/Get real displacement

Definition at line 91 of file itkFEMLoadNoisyLandmark.h.

References m_RealDisplacement.

void itk::fem::LoadNoisyLandmark::SetShape ( const VectorType shape)
inline

Set/Get Shape function

Definition at line 113 of file itkFEMLoadNoisyLandmark.h.

References m_Shape.

void itk::fem::LoadNoisyLandmark::SetSimulatedDisplacement ( const VectorType displacement)
inline

Set/Get simulated displacement

Definition at line 102 of file itkFEMLoadNoisyLandmark.h.

References m_SimulatedDisplacement.

void itk::fem::LoadNoisyLandmark::SetStructureTensor ( const MatrixType structureTensor)
inline

Set/Get Structure tensor

Definition at line 135 of file itkFEMLoadNoisyLandmark.h.

References m_HasStructureTensor, and m_StructureTensor.


Member Data Documentation

float itk::fem::LoadNoisyLandmark::m_Confidence
private

Confidence of the landmark

Definition at line 184 of file itkFEMLoadNoisyLandmark.h.

Referenced by GetConfidence(), LoadNoisyLandmark(), and SetConfidence().

float itk::fem::LoadNoisyLandmark::m_ErrorNorm
private

Magnitude of the error

Definition at line 204 of file itkFEMLoadNoisyLandmark.h.

Referenced by GetErrorNorm(), and SetErrorNorm().

bool itk::fem::LoadNoisyLandmark::m_HasStructureTensor
private

Has structure tensor or not

Definition at line 219 of file itkFEMLoadNoisyLandmark.h.

Referenced by HasStructureTensor(), LoadNoisyLandmark(), and SetStructureTensor().

bool itk::fem::LoadNoisyLandmark::m_IsOutlier
private

Outlier or not

Definition at line 209 of file itkFEMLoadNoisyLandmark.h.

Referenced by IsOutlier(), LoadNoisyLandmark(), and SetOutlier().

bool itk::fem::LoadNoisyLandmark::m_IsOutOfMesh
private

Outside of mesh

Definition at line 214 of file itkFEMLoadNoisyLandmark.h.

Referenced by IsOutOfMesh(), LoadNoisyLandmark(), and SetIsOutOfMesh().

MatrixType itk::fem::LoadNoisyLandmark::m_LandmarkTensor
private

Landmark tensor, which can be the stiffness tensor or the product of the stiffness tensor and the structure tensor

Definition at line 230 of file itkFEMLoadNoisyLandmark.h.

Referenced by GetLandmarkTensor(), and SetLandmarkTensor().

VectorType itk::fem::LoadNoisyLandmark::m_RealDisplacement
private

Real displacement of the landmark

Definition at line 189 of file itkFEMLoadNoisyLandmark.h.

Referenced by GetRealDisplacement(), and SetRealDisplacement().

VectorType itk::fem::LoadNoisyLandmark::m_Shape
private

Shape function vector

Definition at line 199 of file itkFEMLoadNoisyLandmark.h.

Referenced by GetShape(), and SetShape().

VectorType itk::fem::LoadNoisyLandmark::m_SimulatedDisplacement
private

Simulated displacement of the landmark

Definition at line 194 of file itkFEMLoadNoisyLandmark.h.

Referenced by GetSimulatedDisplacement(), and SetSimulatedDisplacement().

MatrixType itk::fem::LoadNoisyLandmark::m_StructureTensor
private

Structure tensor

Definition at line 224 of file itkFEMLoadNoisyLandmark.h.

Referenced by GetStructureTensor(), and SetStructureTensor().


The documentation for this class was generated from the following file: