![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkCorrespondingPointsEuclideanDistancePointMetric.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef OutputPointType::CoordRepType | CoordRepType |
typedef Superclass::DerivativeType | DerivativeType |
typedef Superclass::DerivativeValueType | DerivativeValueType |
typedef Superclass::FixedPointSetConstPointer | FixedPointSetConstPointer |
typedef Superclass::FixedPointSetType | FixedPointSetType |
typedef Superclass::InputPointType | InputPointType |
typedef Superclass::MeasureType | MeasureType |
typedef Superclass::MovingPointSetConstPointer | MovingPointSetConstPointer |
typedef Superclass::MovingPointSetType | MovingPointSetType |
typedef Superclass::NonZeroJacobianIndicesType | NonZeroJacobianIndicesType |
typedef Superclass::OutputPointType | OutputPointType |
typedef Superclass::PointDataIterator | PointDataIterator |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::PointIterator | PointIterator |
typedef CorrespondingPointsEuclideanDistancePointMetric | Self |
typedef SingleValuedPointSetToPointSetMetric < TFixedPointSet, TMovingPointSet > | Superclass |
typedef Superclass::TransformJacobianType | TransformJacobianType |
typedef Superclass::TransformParametersType | TransformParametersType |
typedef Superclass::TransformPointer | TransformPointer |
typedef Superclass::TransformType | TransformType |
typedef vnl_vector< CoordRepType > | VnlVectorType |
![]() | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::ParametersValueType | CoordinateRepresentationType |
typedef Superclass::DerivativeType | DerivativeType |
typedef DerivativeType::ValueType | DerivativeValueType |
typedef FixedImageMaskType::ConstPointer | FixedImageMaskConstPointer |
typedef FixedImageMaskType::Pointer | FixedImageMaskPointer |
typedef SpatialObject < itkGetStaticConstMacro(FixedPointSetDimension)> | FixedImageMaskType |
typedef FixedPointSetType::ConstPointer | FixedPointSetConstPointer |
typedef FixedPointSetType::PixelType | FixedPointSetPixelType |
typedef TFixedPointSet | FixedPointSetType |
typedef TransformType::InputPointType | InputPointType |
typedef Superclass::MeasureType | MeasureType |
typedef MovingImageMaskType::ConstPointer | MovingImageMaskConstPointer |
typedef MovingImageMaskType::Pointer | MovingImageMaskPointer |
typedef SpatialObject < itkGetStaticConstMacro(MovingPointSetDimension)> | MovingImageMaskType |
typedef MovingPointSetType::ConstPointer | MovingPointSetConstPointer |
typedef MovingPointSetType::PixelType | MovingPointSetPixelType |
typedef TMovingPointSet | MovingPointSetType |
typedef TransformType::NonZeroJacobianIndicesType | NonZeroJacobianIndicesType |
typedef TransformType::OutputPointType | OutputPointType |
typedef Superclass::ParametersType | ParametersType |
typedef FixedPointSetType::PointDataContainer::ConstIterator | PointDataIterator |
typedef SmartPointer< Self > | Pointer |
typedef FixedPointSetType::PointsContainer::ConstIterator | PointIterator |
typedef SingleValuedPointSetToPointSetMetric | Self |
typedef SingleValuedCostFunction | Superclass |
typedef TransformType::JacobianType | TransformJacobianType |
typedef TransformType::ParametersType | TransformParametersType |
typedef TransformType::Pointer | TransformPointer |
typedef AdvancedTransform < CoordinateRepresentationType, itkGetStaticConstMacro(FixedPointSetDimension), itkGetStaticConstMacro(MovingPointSetDimension) > | TransformType |
Public Member Functions | |
virtual const char * | GetClassName () const |
void | GetDerivative (const TransformParametersType ¶meters, DerivativeType &Derivative) const |
MeasureType | GetValue (const TransformParametersType ¶meters) const |
void | GetValueAndDerivative (const TransformParametersType ¶meters, MeasureType &Value, DerivativeType &Derivative) const |
![]() | |
virtual const FixedImageMaskType * | GetFixedImageMask () |
virtual const FixedPointSetType * | GetFixedPointSet () |
virtual const MovingImageMaskType * | GetMovingImageMask () |
virtual const MovingPointSetType * | GetMovingPointSet () |
unsigned int | GetNumberOfParameters (void) const |
virtual const TransformType * | GetTransform () |
virtual void | Initialize (void) throw ( ExceptionObject ) |
itkStaticConstMacro (FixedPointSetDimension, unsigned int, TFixedPointSet::PointDimension) | |
itkStaticConstMacro (MovingPointSetDimension, unsigned int, TMovingPointSet::PointDimension) | |
virtual void | SetFixedImageMask (const FixedImageMaskType *_arg) |
virtual void | SetFixedPointSet (const FixedPointSetType *_arg) |
virtual void | SetMovingImageMask (const MovingImageMaskType *_arg) |
virtual void | SetMovingPointSet (const MovingPointSetType *_arg) |
virtual void | SetTransform (TransformType *_arg) |
void | SetTransformParameters (const ParametersType ¶meters) const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
CorrespondingPointsEuclideanDistancePointMetric () | |
virtual | ~CorrespondingPointsEuclideanDistancePointMetric () |
![]() | |
void | PrintSelf (std::ostream &os, Indent indent) const |
SingleValuedPointSetToPointSetMetric () | |
virtual | ~SingleValuedPointSetToPointSetMetric () |
Private Member Functions | |
CorrespondingPointsEuclideanDistancePointMetric (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
![]() | |
FixedImageMaskConstPointer | m_FixedImageMask |
FixedPointSetConstPointer | m_FixedPointSet |
MovingImageMaskConstPointer | m_MovingImageMask |
MovingPointSetConstPointer | m_MovingPointSet |
unsigned int | m_NumberOfPointsCounted |
TransformPointer | m_Transform |
Computes the Euclidean distance between a moving point-set and a fixed point-set. Correspondence is needed.
Definition at line 35 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef SmartPointer<const Self> itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::ConstPointer |
Definition at line 45 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef OutputPointType::CoordRepType itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::CoordRepType |
Definition at line 73 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::DerivativeType itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::DerivativeType |
Definition at line 61 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::DerivativeValueType itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::DerivativeValueType |
Definition at line 62 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::FixedPointSetConstPointer itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::FixedPointSetConstPointer |
Definition at line 65 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::FixedPointSetType itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::FixedPointSetType |
Definition at line 63 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::InputPointType itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::InputPointType |
Definition at line 71 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::MeasureType itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::MeasureType |
Definition at line 60 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::MovingPointSetConstPointer itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::MovingPointSetConstPointer |
Definition at line 66 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::MovingPointSetType itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::MovingPointSetType |
Definition at line 64 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::NonZeroJacobianIndicesType itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::NonZeroJacobianIndicesType |
Definition at line 76 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::OutputPointType itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::OutputPointType |
Definition at line 72 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::PointDataIterator itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::PointDataIterator |
Definition at line 69 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef SmartPointer<Self> itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::Pointer |
Definition at line 44 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::PointIterator itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::PointIterator |
Definition at line 68 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef CorrespondingPointsEuclideanDistancePointMetric itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::Self |
Standard class typedefs.
Definition at line 41 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet > itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::Superclass |
Definition at line 43 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::TransformJacobianType itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::TransformJacobianType |
Definition at line 58 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::TransformParametersType itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::TransformParametersType |
Definition at line 57 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::TransformPointer itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::TransformPointer |
Definition at line 56 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::TransformType itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::TransformType |
Types transferred from the base class
Definition at line 52 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef vnl_vector<CoordRepType> itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::VnlVectorType |
Definition at line 74 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 91 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
|
private |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >.
Reimplemented in elastix::CorrespondingPointsEuclideanDistanceMetric< TElastix >.
void itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::GetDerivative | ( | const TransformParametersType & | parameters, |
DerivativeType & | Derivative | ||
) | const |
Get the derivatives of the match measure.
MeasureType itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::GetValue | ( | const TransformParametersType & | parameters | ) | const |
Get the value for single valued optimizers.
void itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::GetValueAndDerivative | ( | const TransformParametersType & | parameters, |
MeasureType & | Value, | ||
DerivativeType & | Derivative | ||
) | const |
Get value and derivatives for multiple valued optimizers.
|
static |
Method for creation through the object factory.
|
private |
Generated on 05-01-2014 for elastix by ![]() |
![]() |