ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Attributes | List of all members
itk::fem::LoadNoisyLandmark Class Reference

#include <itkFEMLoadNoisyLandmark.h>

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

Detailed Description

Definition at line 38 of file itkFEMLoadNoisyLandmark.h.

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
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LoadLandmark Self
 
typedef LoadElement Superclass
 
- Public Types inherited from itk::fem::LoadElement
typedef SmartPointer< const SelfConstPointer
 
typedef std::vector< const
Element * > 
ElementPointersVectorType
 
typedef Element::Float Float
 
typedef SmartPointer< SelfPointer
 
typedef LoadElement Self
 
typedef Load Superclass
 
- Public Types inherited from itk::fem::Load
typedef FEMPArray< SelfArrayType
 
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef Load Self
 
typedef FEMLightObject Superclass
 
- Public Types inherited from itk::fem::FEMLightObject
typedef Self Baseclass
 
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef FEMLightObject Self
 
typedef itk::LightObject Superclass
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

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) override
 
virtual bool AssignToElement (Element::ArrayType::Pointer elements)
 
virtual bool AssignToElement (Element::ArrayType1::Pointer elements)
 
virtual ::itk::LightObject::Pointer CreateAnother (void) const override
 
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)
 
virtual void SetSolution (Solution::ConstPointer ptr) override
 
virtual Solution::ConstPointer GetSolution () override
 
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 ()
 
 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 noexcept
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::fem::LoadLandmark
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

 LoadNoisyLandmark ()
 
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 ()
 

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
 
- 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
 

Member Typedef Documentation

Definition at line 46 of file itkFEMLoadNoisyLandmark.h.

Definition at line 50 of file itkFEMLoadNoisyLandmark.h.

Definition at line 45 of file itkFEMLoadNoisyLandmark.h.

Standard class typedefs.

Definition at line 43 of file itkFEMLoadNoisyLandmark.h.

Definition at line 44 of file itkFEMLoadNoisyLandmark.h.

Some convenient typedefs

Definition at line 49 of file itkFEMLoadNoisyLandmark.h.

Constructor & Destructor Documentation

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

Default constructors

Definition at line 168 of file itkFEMLoadNoisyLandmark.h.

Member Function Documentation

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

Definition at line 86 of file itkFEMLoadNoisyLandmark.h.

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

Definition at line 158 of file itkFEMLoadNoisyLandmark.h.

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 97 of file itkFEMLoadNoisyLandmark.h.

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

Definition at line 119 of file itkFEMLoadNoisyLandmark.h.

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

Definition at line 108 of file itkFEMLoadNoisyLandmark.h.

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

Definition at line 142 of file itkFEMLoadNoisyLandmark.h.

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

Definition at line 147 of file itkFEMLoadNoisyLandmark.h.

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

Definition at line 64 of file itkFEMLoadNoisyLandmark.h.

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

Definition at line 130 of file itkFEMLoadNoisyLandmark.h.

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

Method for creation through the object factory.

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

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

Set/Get Confidence

Definition at line 81 of file itkFEMLoadNoisyLandmark.h.

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

Set/Get Error norm

Definition at line 70 of file itkFEMLoadNoisyLandmark.h.

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

Set/Get flag for outside of the mesh

Definition at line 125 of file itkFEMLoadNoisyLandmark.h.

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

Set/Get Landmark tensor

Definition at line 153 of file itkFEMLoadNoisyLandmark.h.

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

Outlier or not

Definition at line 59 of file itkFEMLoadNoisyLandmark.h.

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

Set/Get real displacement

Definition at line 92 of file itkFEMLoadNoisyLandmark.h.

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

Set/Get Shape function

Definition at line 114 of file itkFEMLoadNoisyLandmark.h.

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

Set/Get simulated displacement

Definition at line 103 of file itkFEMLoadNoisyLandmark.h.

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

Set/Get Structure tensor

Definition at line 136 of file itkFEMLoadNoisyLandmark.h.

Member Data Documentation

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

Confidence of the landmark

Definition at line 185 of file itkFEMLoadNoisyLandmark.h.

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

Magnitude of the error

Definition at line 205 of file itkFEMLoadNoisyLandmark.h.

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

Has structure tensor or not

Definition at line 220 of file itkFEMLoadNoisyLandmark.h.

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

Outlier or not

Definition at line 210 of file itkFEMLoadNoisyLandmark.h.

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

Outside of mesh

Definition at line 215 of file itkFEMLoadNoisyLandmark.h.

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 231 of file itkFEMLoadNoisyLandmark.h.

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

Real displacement of the landmark

Definition at line 190 of file itkFEMLoadNoisyLandmark.h.

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

Shape function vector

Definition at line 200 of file itkFEMLoadNoisyLandmark.h.

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

Simulated displacement of the landmark

Definition at line 195 of file itkFEMLoadNoisyLandmark.h.

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

Structure tensor

Definition at line 225 of file itkFEMLoadNoisyLandmark.h.


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