![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkSingleValuedPointSetToPointSetMetric.h>
Public Types | |
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 |
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 |
Protected Member Functions | |
void | PrintSelf (std::ostream &os, Indent indent) const |
SingleValuedPointSetToPointSetMetric () | |
virtual | ~SingleValuedPointSetToPointSetMetric () |
Private Member Functions | |
void | operator= (const Self &) |
SingleValuedPointSetToPointSetMetric (const Self &) | |
Computes similarity between two point sets.
This Class is templated over the type of the two point-sets. It expects a Transform to be plugged in. This particular class is the base class for a hierarchy of point-set to point-set metrics.
This class computes a value that measures the similarity between the fixed point-set and the transformed moving point-set.
Definition at line 46 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef SmartPointer<const Self> itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::ConstPointer |
Definition at line 55 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef Superclass::ParametersValueType itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::CoordinateRepresentationType |
Type used for representing point components
Definition at line 58 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef Superclass::DerivativeType itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::DerivativeType |
Definition at line 100 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef DerivativeType::ValueType itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::DerivativeValueType |
Definition at line 101 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef FixedImageMaskType::ConstPointer itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::FixedImageMaskConstPointer |
Definition at line 92 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef FixedImageMaskType::Pointer itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::FixedImageMaskPointer |
Definition at line 91 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef SpatialObject< itkGetStaticConstMacro( FixedPointSetDimension )> itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::FixedImageMaskType |
Definition at line 90 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef FixedPointSetType::ConstPointer itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::FixedPointSetConstPointer |
Definition at line 66 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef FixedPointSetType::PixelType itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::FixedPointSetPixelType |
Definition at line 65 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef TFixedPointSet itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::FixedPointSetType |
Typedefs.
Definition at line 61 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef TransformType::InputPointType itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::InputPointType |
Definition at line 84 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef Superclass::MeasureType itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MeasureType |
Type of the measure.
Definition at line 99 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef MovingImageMaskType::ConstPointer itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MovingImageMaskConstPointer |
Definition at line 96 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef MovingImageMaskType::Pointer itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MovingImageMaskPointer |
Definition at line 95 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef SpatialObject< itkGetStaticConstMacro( MovingPointSetDimension )> itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MovingImageMaskType |
Definition at line 94 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef MovingPointSetType::ConstPointer itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MovingPointSetConstPointer |
Definition at line 69 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef MovingPointSetType::PixelType itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MovingPointSetPixelType |
Definition at line 68 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef TMovingPointSet itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MovingPointSetType |
Definition at line 67 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef TransformType::NonZeroJacobianIndicesType itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::NonZeroJacobianIndicesType |
Typedefs for support of sparse Jacobians and compact support of transformations.
Definition at line 105 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef TransformType::OutputPointType itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::OutputPointType |
Definition at line 85 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef Superclass::ParametersType itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::ParametersType |
Definition at line 102 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef FixedPointSetType::PointDataContainer::ConstIterator itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::PointDataIterator |
Definition at line 71 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef SmartPointer<Self> itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::Pointer |
Definition at line 54 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef FixedPointSetType::PointsContainer::ConstIterator itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::PointIterator |
Definition at line 70 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef SingleValuedPointSetToPointSetMetric itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::Self |
Standard class typedefs.
Definition at line 52 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef SingleValuedCostFunction itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::Superclass |
Definition at line 53 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef TransformType::JacobianType itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::TransformJacobianType |
Definition at line 87 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef TransformType::ParametersType itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::TransformParametersType |
Definition at line 86 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef TransformType::Pointer itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::TransformPointer |
Definition at line 83 of file itkSingleValuedPointSetToPointSetMetric.h.
typedef AdvancedTransform< CoordinateRepresentationType, itkGetStaticConstMacro( FixedPointSetDimension ), itkGetStaticConstMacro( MovingPointSetDimension ) > itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::TransformType |
More typedefs.
Definition at line 82 of file itkSingleValuedPointSetToPointSetMetric.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 152 of file itkSingleValuedPointSetToPointSetMetric.h.
|
private |
|
virtual |
Run-time type information (and related methods).
Reimplemented in elastix::CorrespondingPointsEuclideanDistanceMetric< TElastix >, itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >, and itk::CorrespondingPointsEuclideanDistancePointMetric< MetricBase< TElastix >::FixedPointSetType, MetricBase< TElastix >::MovingPointSetType >.
|
virtual |
Get the fixed mask.
|
virtual |
Get the fixed pointset.
|
virtual |
Get the moving mask.
|
virtual |
Get the moving pointset.
|
inline |
Return the number of parameters required by the transform.
Definition at line 129 of file itkSingleValuedPointSetToPointSetMetric.h.
|
virtual |
Get a pointer to the Transform.
|
virtual |
Initialize the Metric by making sure that all the components are present and plugged together correctly.
Reimplemented in elastix::CorrespondingPointsEuclideanDistanceMetric< TElastix >.
itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::itkStaticConstMacro | ( | FixedPointSetDimension | , |
unsigned | int, | ||
TFixedPointSet::PointDimension | |||
) |
Constants for the pointset dimensions.
itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::itkStaticConstMacro | ( | MovingPointSetDimension | , |
unsigned | int, | ||
TMovingPointSet::PointDimension | |||
) |
|
private |
|
protected |
PrintSelf.
|
virtual |
Set the fixed mask.
|
virtual |
Connect the fixed pointset.
|
virtual |
Set the moving mask.
|
virtual |
Connect the moving pointset.
|
virtual |
Connect the Transform.
void itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::SetTransformParameters | ( | const ParametersType & | parameters | ) | const |
Set the parameters defining the Transform.
|
protected |
Definition at line 160 of file itkSingleValuedPointSetToPointSetMetric.h.
|
protected |
Member variables.
Definition at line 158 of file itkSingleValuedPointSetToPointSetMetric.h.
|
protected |
Definition at line 161 of file itkSingleValuedPointSetToPointSetMetric.h.
|
protected |
Definition at line 159 of file itkSingleValuedPointSetToPointSetMetric.h.
|
mutableprotected |
Definition at line 164 of file itkSingleValuedPointSetToPointSetMetric.h.
|
mutableprotected |
Definition at line 162 of file itkSingleValuedPointSetToPointSetMetric.h.
Generated on 06-12-2013 for elastix by ![]() |
![]() |