ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkUnaryCorrespondenceMatrix.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef UnaryCorrespondenceMatrix | Self |
typedef DataObject | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
UnaryCorrespondenceMatrix () | |
~UnaryCorrespondenceMatrix () |
A matrix used to store the Unary Metric for medial node comparisons between two images.
Definition at line 36 of file itkUnaryCorrespondenceMatrix.h.
typedef SmartPointer< const Self > itk::UnaryCorrespondenceMatrix< TItemType >::ConstPointer |
Reimplemented from itk::DataObject.
Definition at line 44 of file itkUnaryCorrespondenceMatrix.h.
typedef SmartPointer< Self > itk::UnaryCorrespondenceMatrix< TItemType >::Pointer |
Reimplemented from itk::DataObject.
Definition at line 43 of file itkUnaryCorrespondenceMatrix.h.
typedef UnaryCorrespondenceMatrix itk::UnaryCorrespondenceMatrix< TItemType >::Self |
Standard class typedefs.
Reimplemented from itk::DataObject.
Definition at line 41 of file itkUnaryCorrespondenceMatrix.h.
typedef DataObject itk::UnaryCorrespondenceMatrix< TItemType >::Superclass |
Reimplemented from itk::DataObject.
Definition at line 42 of file itkUnaryCorrespondenceMatrix.h.
itk::UnaryCorrespondenceMatrix< TItemType >::UnaryCorrespondenceMatrix | ( | ) | [protected] |
Default Constructor.
itk::UnaryCorrespondenceMatrix< TItemType >::~UnaryCorrespondenceMatrix | ( | ) | [inline, protected] |
Default Destructor.
Definition at line 57 of file itkUnaryCorrespondenceMatrix.h.
virtual::itk::LightObject::Pointer itk::UnaryCorrespondenceMatrix< TItemType >::CreateAnother | ( | void | ) | const [virtual] |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
virtual const char* itk::UnaryCorrespondenceMatrix< TItemType >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::DataObject.
static Pointer itk::UnaryCorrespondenceMatrix< TItemType >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::Object.