NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet > Class Template Reference
Inheritance diagram for itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >:
Inheritance graph
[legend]
Collaboration diagram for itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >:
Collaboration graph
[legend]

Public Types

typedef
KnownCorEuclideanDistancePointMetric 
Self
 
typedef
PointSetToPointSetMetric
< TFixedPointSet,
TMovingPointSet > 
Superclass
 
typedef SmartPointer< SelfPointer
 
typedef SmartPointer< const SelfConstPointer
 
typedef Superclass::TransformType TransformType
 
typedef
Superclass::TransformPointer 
TransformPointer
 
typedef
Superclass::TransformParametersType 
TransformParametersType
 
typedef
Superclass::TransformJacobianType 
TransformJacobianType
 
typedef Superclass::MeasureType MeasureType
 
typedef Superclass::DerivativeType DerivativeType
 
typedef
Superclass::FixedPointSetType 
FixedPointSetType
 
typedef
Superclass::MovingPointSetType 
MovingPointSetType
 
typedef
Superclass::FixedPointSetConstPointer 
FixedPointSetConstPointer
 
typedef
Superclass::MovingPointSetConstPointer 
MovingPointSetConstPointer
 
typedef Superclass::PointIterator PointIterator
 
typedef
Superclass::PointDataIterator 
PointDataIterator
 

Public Member Functions

virtual const char * GetClassName () const
 
unsigned int GetNumberOfValues () const
 
void GetDerivative (const TransformParametersType &parameters, DerivativeType &Derivative) const
 
MeasureType GetValue (const TransformParametersType &parameters) const
 
void GetValueAndDerivative (const TransformParametersType &parameters, MeasureType &Value, DerivativeType &Derivative) const
 
virtual void SetComputeSquaredDistance (bool _arg)
 
virtual bool GetComputeSquaredDistance () const
 
virtual void ComputeSquaredDistanceOn ()
 
virtual void ComputeSquaredDistanceOff ()
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

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

Member Typedef Documentation

template<class TFixedPointSet , class TMovingPointSet >
typedef SmartPointer<const Self> itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::ConstPointer
template<class TFixedPointSet , class TMovingPointSet >
typedef Superclass::DerivativeType itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::DerivativeType
template<class TFixedPointSet , class TMovingPointSet >
typedef Superclass::FixedPointSetConstPointer itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::FixedPointSetConstPointer
template<class TFixedPointSet , class TMovingPointSet >
typedef Superclass::FixedPointSetType itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::FixedPointSetType
template<class TFixedPointSet , class TMovingPointSet >
typedef Superclass::MeasureType itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::MeasureType
template<class TFixedPointSet , class TMovingPointSet >
typedef Superclass::MovingPointSetConstPointer itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::MovingPointSetConstPointer
template<class TFixedPointSet , class TMovingPointSet >
typedef Superclass::MovingPointSetType itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::MovingPointSetType
template<class TFixedPointSet , class TMovingPointSet >
typedef Superclass::PointDataIterator itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::PointDataIterator
template<class TFixedPointSet , class TMovingPointSet >
typedef SmartPointer<Self> itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::Pointer
template<class TFixedPointSet , class TMovingPointSet >
typedef Superclass::PointIterator itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::PointIterator
template<class TFixedPointSet , class TMovingPointSet >
typedef KnownCorEuclideanDistancePointMetric itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::Self

Standard class typedefs.

template<class TFixedPointSet , class TMovingPointSet >
typedef PointSetToPointSetMetric<TFixedPointSet, TMovingPointSet > itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::Superclass
template<class TFixedPointSet , class TMovingPointSet >
typedef Superclass::TransformJacobianType itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::TransformJacobianType
template<class TFixedPointSet , class TMovingPointSet >
typedef Superclass::TransformParametersType itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::TransformParametersType
template<class TFixedPointSet , class TMovingPointSet >
typedef Superclass::TransformPointer itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::TransformPointer
template<class TFixedPointSet , class TMovingPointSet >
typedef Superclass::TransformType itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::TransformType

Types transferred from the base class

Constructor & Destructor Documentation

template<class TFixedPointSet , class TMovingPointSet >
itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::KnownCorEuclideanDistancePointMetric ( )
protected
template<class TFixedPointSet , class TMovingPointSet >
virtual itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::~KnownCorEuclideanDistancePointMetric ( )
inlineprotectedvirtual

Member Function Documentation

template<class TFixedPointSet , class TMovingPointSet >
virtual void itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::ComputeSquaredDistanceOff ( )
virtual
template<class TFixedPointSet , class TMovingPointSet >
virtual void itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::ComputeSquaredDistanceOn ( )
virtual
template<class TFixedPointSet , class TMovingPointSet >
virtual const char* itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::GetClassName ( ) const
virtual

Run-time type information (and related methods).

template<class TFixedPointSet , class TMovingPointSet >
virtual bool itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::GetComputeSquaredDistance ( ) const
virtual
template<class TFixedPointSet , class TMovingPointSet >
void itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::GetDerivative ( const TransformParametersType parameters,
DerivativeType Derivative 
) const

Get the derivatives of the match measure.

template<class TFixedPointSet , class TMovingPointSet >
unsigned int itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::GetNumberOfValues ( ) const

Get the number of values

template<class TFixedPointSet , class TMovingPointSet >
MeasureType itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::GetValue ( const TransformParametersType parameters) const

Get the value for single valued optimizers.

template<class TFixedPointSet , class TMovingPointSet >
void itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::GetValueAndDerivative ( const TransformParametersType parameters,
MeasureType Value,
DerivativeType Derivative 
) const

Get value and derivatives for multiple valued optimizers.

template<class TFixedPointSet , class TMovingPointSet >
static Pointer itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::New ( )
static

Method for creation through the object factory.

template<class TFixedPointSet , class TMovingPointSet >
void itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
protected

PrintSelf funtion

template<class TFixedPointSet , class TMovingPointSet >
virtual void itk::KnownCorEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::SetComputeSquaredDistance ( bool  _arg)
virtual

Set/Get if the distance should be squared. Default is true for computation speed


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