#include <itkEuclideanDistance.h>
Inheritance diagram for itk::Statistics::EuclideanDistance:
Public Types | |
typedef EuclideanDistance | Self |
typedef DistanceMetric< TVector > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef TVector::ValueType | ValueType |
Public Methods | |
itkStaticConstMacro (VectorLength, unsigned int, TVector::Length) | |
virtual const char * | GetClassName () const |
double | Evaluate (const TVector &x) const |
double | Evaluate (const TVector &x1, const TVector &x2) const |
double | Evaluate (const ValueType &a, const ValueType &b) const |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
EuclideanDistance () | |
virtual | ~EuclideanDistance () |
|
Reimplemented from itk::Statistics::MembershipFunctionBase< TVector >. Definition at line 35 of file itkEuclideanDistance.h. |
|
Standard "Self" typedef. Reimplemented from itk::Statistics::DistanceMetric< TVector >. Definition at line 33 of file itkEuclideanDistance.h. |
|
Reimplemented from itk::Statistics::DistanceMetric< TVector >. Definition at line 34 of file itkEuclideanDistance.h. |
|
Definition at line 45 of file itkEuclideanDistance.h. |
|
Definition at line 52 of file itkEuclideanDistance.h. |
|
Definition at line 53 of file itkEuclideanDistance.h. |
|
|
|
Gets the distance between x1 and x2 points Implements itk::Statistics::DistanceMetric< TVector >. |
|
Gets the distance between the origin point and x. This function work with SetOrigin() function Implements itk::Statistics::DistanceMetric< TVector >. |
|
Run-time type information (and related methods). Reimplemented from itk::Statistics::DistanceMetric< TVector >. |
|
Length constant Reimplemented from itk::Statistics::DistanceMetric< TVector >. |
|
Method for creation through the object factory. Reimplemented from itk::Object. |