ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkPointSetToPointSetMetricv4.h>
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 44 of file itkPointSetToPointSetMetricv4.h.
typedef SmartPointer<const Self> itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::ConstPointer |
Reimplemented from itk::ObjectToObjectMetric.
Reimplemented in itk::JensenHavrdaCharvatTsallisPointSetToPointSetMetricv4< TPointSet >, itk::ExpectationBasedPointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >, and itk::EuclideanDistancePointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >.
Definition at line 53 of file itkPointSetToPointSetMetricv4.h.
typedef PointType::CoordRepType itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::CoordRepType |
Reimplemented in itk::JensenHavrdaCharvatTsallisPointSetToPointSetMetricv4< TPointSet >, and itk::ExpectationBasedPointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >.
Definition at line 86 of file itkPointSetToPointSetMetricv4.h.
typedef Superclass::DerivativeType itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::DerivativeType |
Type of the derivative.
Reimplemented from itk::ObjectToObjectMetric.
Reimplemented in itk::JensenHavrdaCharvatTsallisPointSetToPointSetMetricv4< TPointSet >, itk::ExpectationBasedPointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >, and itk::EuclideanDistancePointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >.
Definition at line 121 of file itkPointSetToPointSetMetricv4.h.
typedef DerivativeType::ValueType itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::DerivativeValueType |
Definition at line 123 of file itkPointSetToPointSetMetricv4.h.
typedef TFixedPointSet::PixelType itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::FixedPixelType |
Definition at line 61 of file itkPointSetToPointSetMetricv4.h.
typedef TFixedPointSet::PointsContainer itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::FixedPointsContainer |
Definition at line 62 of file itkPointSetToPointSetMetricv4.h.
typedef TFixedPointSet itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::FixedPointSetType |
Type of the fixed point set.
Definition at line 56 of file itkPointSetToPointSetMetricv4.h.
typedef TFixedPointSet::PointType itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::FixedPointType |
Definition at line 60 of file itkPointSetToPointSetMetricv4.h.
typedef PointSet<FixedPixelType, itkGetStaticConstMacro( PointDimension )> itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::FixedTransformedPointSetType |
Type of the Transform Base class
Definition at line 104 of file itkPointSetToPointSetMetricv4.h.
typedef FixedTransformType::Pointer itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::FixedTransformPointer |
Type of the Transform Base class
Definition at line 102 of file itkPointSetToPointSetMetricv4.h.
typedef Transform<CoordRepType, itkGetStaticConstMacro( FixedPointDimension ), itkGetStaticConstMacro( PointDimension )> itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::FixedTransformType |
Type of the Transform Base class
Definition at line 101 of file itkPointSetToPointSetMetricv4.h.
typedef FixedArray<DerivativeValueType, itkGetStaticConstMacro( PointDimension )> itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::LocalDerivativeType |
Reimplemented in itk::JensenHavrdaCharvatTsallisPointSetToPointSetMetricv4< TPointSet >, itk::ExpectationBasedPointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >, and itk::EuclideanDistancePointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >.
Definition at line 125 of file itkPointSetToPointSetMetricv4.h.
typedef Superclass::MeasureType itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::MeasureType |
Type of the measure.
Reimplemented from itk::ObjectToObjectMetric.
Reimplemented in itk::JensenHavrdaCharvatTsallisPointSetToPointSetMetricv4< TPointSet >, itk::ExpectationBasedPointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >, and itk::EuclideanDistancePointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >.
Definition at line 115 of file itkPointSetToPointSetMetricv4.h.
typedef TMovingPointSet::PixelType itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::MovingPixelType |
Definition at line 70 of file itkPointSetToPointSetMetricv4.h.
typedef TMovingPointSet::PointsContainer itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::MovingPointsContainer |
Definition at line 71 of file itkPointSetToPointSetMetricv4.h.
typedef TMovingPointSet itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::MovingPointSetType |
Type of the moving point set.
Definition at line 68 of file itkPointSetToPointSetMetricv4.h.
typedef TMovingPointSet::PointType itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::MovingPointType |
Definition at line 69 of file itkPointSetToPointSetMetricv4.h.
typedef PointSet<MovingPixelType, itkGetStaticConstMacro( PointDimension )> itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::MovingTransformedPointSetType |
Definition at line 112 of file itkPointSetToPointSetMetricv4.h.
typedef MovingTransformType::Pointer itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::MovingTransformPointer |
Definition at line 110 of file itkPointSetToPointSetMetricv4.h.
typedef Transform<CoordRepType, itkGetStaticConstMacro( MovingPointDimension ), itkGetStaticConstMacro( PointDimension )> itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::MovingTransformType |
Definition at line 109 of file itkPointSetToPointSetMetricv4.h.
typedef PointsLocatorType:: NeighborsIdentifierType itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::NeighborsIdentifierType |
Reimplemented in itk::JensenHavrdaCharvatTsallisPointSetToPointSetMetricv4< TPointSet >, and itk::ExpectationBasedPointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >.
Definition at line 96 of file itkPointSetToPointSetMetricv4.h.
typedef Superclass::ParametersType itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::ParametersType |
Type of the measure.
Reimplemented from itk::ObjectToObjectMetric.
Definition at line 118 of file itkPointSetToPointSetMetricv4.h.
typedef SmartPointer<Self> itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::Pointer |
Reimplemented from itk::ObjectToObjectMetric.
Reimplemented in itk::JensenHavrdaCharvatTsallisPointSetToPointSetMetricv4< TPointSet >, itk::ExpectationBasedPointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >, and itk::EuclideanDistancePointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >.
Definition at line 52 of file itkPointSetToPointSetMetricv4.h.
typedef PointsContainer::ElementIdentifier itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::PointIdentifier |
Reimplemented in itk::JensenHavrdaCharvatTsallisPointSetToPointSetMetricv4< TPointSet >, itk::ExpectationBasedPointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >, and itk::EuclideanDistancePointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >.
Definition at line 89 of file itkPointSetToPointSetMetricv4.h.
typedef PointsContainer::ConstIterator itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::PointsConstIterator |
Definition at line 88 of file itkPointSetToPointSetMetricv4.h.
typedef FixedPointsContainer itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::PointsContainer |
Reimplemented in itk::JensenHavrdaCharvatTsallisPointSetToPointSetMetricv4< TPointSet >.
Definition at line 87 of file itkPointSetToPointSetMetricv4.h.
typedef PointsLocator<PointIdentifier, itkGetStaticConstMacro( PointDimension ), CoordRepType, PointsContainer> itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::PointsLocatorType |
Typedef for points locator class to speed up finding neighboring points
Definition at line 94 of file itkPointSetToPointSetMetricv4.h.
typedef FixedPointType itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::PointType |
Reimplemented in itk::JensenHavrdaCharvatTsallisPointSetToPointSetMetricv4< TPointSet >, itk::ExpectationBasedPointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >, and itk::EuclideanDistancePointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >.
Definition at line 85 of file itkPointSetToPointSetMetricv4.h.
typedef PointSetToPointSetMetricv4 itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::Self |
Standard class typedefs.
Reimplemented from itk::ObjectToObjectMetric.
Reimplemented in itk::JensenHavrdaCharvatTsallisPointSetToPointSetMetricv4< TPointSet >, itk::ExpectationBasedPointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >, and itk::EuclideanDistancePointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >.
Definition at line 50 of file itkPointSetToPointSetMetricv4.h.
typedef ObjectToObjectMetric itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::Superclass |
Reimplemented from itk::ObjectToObjectMetric.
Reimplemented in itk::JensenHavrdaCharvatTsallisPointSetToPointSetMetricv4< TPointSet >, itk::ExpectationBasedPointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >, and itk::EuclideanDistancePointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >.
Definition at line 51 of file itkPointSetToPointSetMetricv4.h.
itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::PointSetToPointSetMetricv4 | ( | ) | [protected] |
virtual itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::~PointSetToPointSetMetricv4 | ( | ) | [protected, virtual] |
itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::PointSetToPointSetMetricv4 | ( | const Self & | ) | [private] |
virtual void itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::GetDerivative | ( | DerivativeType & | ) | const [virtual] |
This method returns the derivative based on the current transformation(s). This function can be redefined in derived classes but many point set metrics follow the same structure---one iterates through the points and, for each point a derivative is calculated. The set of all these local derivatives constitutes the total derivative. Note that this might not be applicable to all point set metrics. For those cases, the developer will have to redefine the GetDerivative() function.
Reimplemented in itk::JensenHavrdaCharvatTsallisPointSetToPointSetMetricv4< TPointSet >.
virtual const FixedPointSetType* itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::GetFixedPointSet | ( | ) | [virtual] |
Get the fixed point set.
virtual const FixedTransformType* itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::GetFixedTransform | ( | ) | [virtual] |
Get a pointer to the fixed transform.
virtual const FixedTransformedPointSetType* itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::GetFixedTransformedPointSet | ( | ) | [virtual] |
Get the moving transformed point set.
virtual LocalDerivativeType itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::GetLocalNeighborhoodDerivative | ( | const PointType & | ) | const [virtual] |
Calculates the local derivative for a single point.
virtual MeasureType itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::GetLocalNeighborhoodValue | ( | const PointType & | ) | const [pure virtual] |
Function to be defined in the appropriate derived classes. Calculates the local metric value for a single point.
virtual void itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::GetLocalNeighborhoodValueAndDerivative | ( | const PointType & | , |
MeasureType & | , | ||
LocalDerivativeType & | |||
) | const [pure virtual] |
Calculates the local value/derivative for a single point.
virtual const MovingPointSetType* itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::GetMovingPointSet | ( | ) | [virtual] |
Get the moving point set.
virtual const MovingTransformType* itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::GetMovingTransform | ( | ) | [virtual] |
Get a pointer to the moving transform.
virtual const MovingTransformedPointSetType* itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::GetMovingTransformedPointSet | ( | ) | [virtual] |
Get the moving transformed point set.
virtual const char* itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::ObjectToObjectMetric.
Reimplemented in itk::JensenHavrdaCharvatTsallisPointSetToPointSetMetricv4< TPointSet >, itk::ExpectationBasedPointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >, and itk::EuclideanDistancePointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >.
unsigned int itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::GetNumberOfComponents | ( | ) | const |
For now return the number of points used in the value/derivative calculations.
virtual unsigned int itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::GetNumberOfLocalParameters | ( | ) | const [virtual] |
Get the number of local transform parameters of the currently active transform.
Implements itk::ObjectToObjectMetric.
virtual unsigned int itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::GetNumberOfParameters | ( | ) | const [virtual] |
Get the number of transform parameters of the currently active transform.
Implements itk::ObjectToObjectMetric.
virtual const ParametersType& itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::GetParameters | ( | ) | const [virtual] |
Get the transform parameters of the currently active transform.
Implements itk::ObjectToObjectMetric.
virtual MeasureType itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::GetValue | ( | ) | const [virtual] |
This method returns the value of the metric based on the current transformation(s). This function can be redefined in derived classes but many point set metrics follow the same structure---one iterates through the points and, for each point a metric value is calculated. The summation of these individual point metric values gives the total value of the metric. Note that this might not be applicable to all point set metrics. For those cases, the developer will have to redefine the GetValue() function.
Implements itk::SingleValuedCostFunctionv4.
Reimplemented in itk::JensenHavrdaCharvatTsallisPointSetToPointSetMetricv4< TPointSet >.
virtual void itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::GetValueAndDerivative | ( | MeasureType & | , |
DerivativeType & | |||
) | const [virtual] |
This method returns the derivative and value based on the current transformation(s). This function can be redefined in derived classes but many point set metrics follow the same structure---one iterates through the points and, for each point a derivative and value is calculated. The set of all these local derivatives/values constitutes the total derivative and value. Note that this might not be applicable to all point set metrics. For those cases, the developer will have to redefine the GetValue() and GetDerivative() functions.
Reimplemented in itk::JensenHavrdaCharvatTsallisPointSetToPointSetMetricv4< TPointSet >.
virtual bool itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::HasLocalSupport | ( | ) | const [virtual] |
Return whether the metric's active transform has local support, e.g. whether it is dense/high-dimensional.
Implements itk::ObjectToObjectMetric.
virtual void itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::Initialize | ( | void | ) | throw ( ExceptionObject ) [virtual] |
Initialize the metric by making sure that all the components are present and plugged together correctly .
Implements itk::ObjectToObjectMetric.
Reimplemented in itk::JensenHavrdaCharvatTsallisPointSetToPointSetMetricv4< TPointSet >.
void itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::InitializePointsLocators | ( | ) | [protected] |
Build point locators for the fixed and moving point sets to speed up derivative and value calculations.
void itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::operator= | ( | const Self & | ) | [private] |
Mutex lock to protect modification to the reference count
Reimplemented from itk::ObjectToObjectMetric.
Reimplemented in itk::JensenHavrdaCharvatTsallisPointSetToPointSetMetricv4< TPointSet >, itk::EuclideanDistancePointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >, and itk::ExpectationBasedPointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >.
void itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
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::ObjectToObjectMetric.
Reimplemented in itk::JensenHavrdaCharvatTsallisPointSetToPointSetMetricv4< TPointSet >, itk::EuclideanDistancePointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >, and itk::ExpectationBasedPointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >.
virtual void itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::SetFixedPointSet | ( | const FixedPointSetType * | _arg | ) | [virtual] |
Connect the fixed pointset.
virtual void itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::SetFixedTransform | ( | FixedTransformType * | _arg | ) | [virtual] |
Connect the fixed transform.
virtual void itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::SetMovingPointSet | ( | MovingPointSetType * | _arg | ) | [virtual] |
Connect the moving point set.
virtual void itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::SetMovingTransform | ( | MovingTransformType * | _arg | ) | [virtual] |
Connect the moving transform.
virtual void itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::SetParameters | ( | ParametersType & | ) | [virtual] |
Set the transform parameters of the currently active transform.
Implements itk::ObjectToObjectMetric.
void itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::TransformFixedPointSet | ( | ) | [protected] |
Warp the fixed point set based on the fixed transform. Note that the warped moving point set is of type FixedPointSetType since the transform takes the points from the fixed to the moving domain.
void itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::TransformMovingPointSet | ( | ) | [protected] |
Warp the moving point set based on the moving transform. Note that the warped moving point set is of type FixedPointSetType since the transform takes the points from the moving to the fixed domain.
virtual void itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::UpdateTransformParameters | ( | DerivativeType & | derivative, |
ParametersValueType | factor = 1.0 |
||
) | [virtual] |
Update the parameters of the metric's active transform. Typically this call is passed through directly to the transform. factor
is a scalar multiplier for each value in update, and defaults to 1.0 . derivative
must be the proper size, as retrieved from GetNumberOfParameters.
Implements itk::ObjectToObjectMetric.
const unsigned int itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::FixedPointDimension = TFixedPointSet::PointDimension [static] |
Definition at line 65 of file itkPointSetToPointSetMetricv4.h.
FixedPointSetType::ConstPointer itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::m_FixedPointSet [protected] |
Definition at line 259 of file itkPointSetToPointSetMetricv4.h.
FixedTransformPointer itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::m_FixedTransform [protected] |
Definition at line 262 of file itkPointSetToPointSetMetricv4.h.
FixedTransformedPointSetType::Pointer itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::m_FixedTransformedPointSet [protected] |
Definition at line 260 of file itkPointSetToPointSetMetricv4.h.
PointsLocatorType::Pointer itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::m_FixedTransformedPointsLocator [protected] |
Definition at line 263 of file itkPointSetToPointSetMetricv4.h.
MovingPointSetType::ConstPointer itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::m_MovingPointSet [protected] |
Definition at line 265 of file itkPointSetToPointSetMetricv4.h.
MovingTransformPointer itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::m_MovingTransform [protected] |
Definition at line 268 of file itkPointSetToPointSetMetricv4.h.
MovingTransformedPointSetType::Pointer itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::m_MovingTransformedPointSet [protected] |
Definition at line 266 of file itkPointSetToPointSetMetricv4.h.
PointsLocatorType::Pointer itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::m_MovingTransformedPointsLocator [protected] |
Definition at line 269 of file itkPointSetToPointSetMetricv4.h.
const unsigned int itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::MovingPointDimension = TFixedPointSet::PointDimension [static] |
Definition at line 74 of file itkPointSetToPointSetMetricv4.h.
const unsigned int itk::PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet >::PointDimension = TFixedPointSet::PointDimension [static] |
typedefs for the data types used in the point set metric calculations. It is assumed that the constants of the fixed point set, such as the point dimension, are the same for the "common space" in which the metric calculation occurs.
Reimplemented in itk::JensenHavrdaCharvatTsallisPointSetToPointSetMetricv4< TPointSet >.
Definition at line 83 of file itkPointSetToPointSetMetricv4.h.