ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkNNetDistanceMetricBase.h>
This is the itkNNetDistanceMetricBase class.
Definition at line 34 of file itkNNetDistanceMetricBase.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TMeasurementVector | InputVectorType |
typedef SmartPointer< Self > | Pointer |
typedef NNetDistanceMetricBase | Self |
typedef FunctionBase < TMeasurementVector, double > | Superclass |
Public Types inherited from itk::FunctionBase< TMeasurementVector, double > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TMeasurementVector | InputType |
typedef double | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef FunctionBase | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Public Member Functions | |
virtual double | Evaluate (const InputVectorType &x1, const InputVectorType &x2) const =0 |
virtual double | Evaluate (const InputVectorType &) const |
virtual const char * | GetNameOfClass () const |
Protected Member Functions | |
NNetDistanceMetricBase () | |
~NNetDistanceMetricBase () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
Protected Member Functions inherited from itk::FunctionBase< TMeasurementVector, double > | |
FunctionBase () | |
~FunctionBase () | |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Private Member Functions | |
NNetDistanceMetricBase (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::LightObject | |
InternalReferenceCountType | m_ReferenceCount |
SimpleFastMutexLock | m_ReferenceCountLock |
typedef SmartPointer<const Self> itk::Statistics::NNetDistanceMetricBase< TMeasurementVector >::ConstPointer |
Definition at line 42 of file itkNNetDistanceMetricBase.h.
typedef TMeasurementVector itk::Statistics::NNetDistanceMetricBase< TMeasurementVector >::InputVectorType |
Input type
Definition at line 45 of file itkNNetDistanceMetricBase.h.
typedef SmartPointer<Self> itk::Statistics::NNetDistanceMetricBase< TMeasurementVector >::Pointer |
Definition at line 41 of file itkNNetDistanceMetricBase.h.
typedef NNetDistanceMetricBase itk::Statistics::NNetDistanceMetricBase< TMeasurementVector >::Self |
Standard class typedefs.
Definition at line 39 of file itkNNetDistanceMetricBase.h.
typedef FunctionBase<TMeasurementVector,double> itk::Statistics::NNetDistanceMetricBase< TMeasurementVector >::Superclass |
Definition at line 40 of file itkNNetDistanceMetricBase.h.
|
inlineprotected |
Definition at line 57 of file itkNNetDistanceMetricBase.h.
|
inlineprotected |
Definition at line 58 of file itkNNetDistanceMetricBase.h.
|
private |
|
pure virtual |
Evaluate at the specified input position
|
inlinevirtual |
Evaluate
Implements itk::FunctionBase< TMeasurementVector, double >.
Definition at line 54 of file itkNNetDistanceMetricBase.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::FunctionBase< TMeasurementVector, double >.
|
private |
|
inlineprotectedvirtual |
Method to print the object.
Reimplemented from itk::Object.
Definition at line 61 of file itkNNetDistanceMetricBase.h.
References itk::Object::PrintSelf().