![]() |
ITK
4.12.0
Insight Segmentation and Registration Toolkit
|
#include <itkUnaryCorrespondenceMatrix.h>
Inheritance diagram for itk::UnaryCorrespondenceMatrix< TItemType >:
Collaboration diagram for itk::UnaryCorrespondenceMatrix< TItemType >:A matrix used to store the Unary Metric for medial node comparisons between two images.
Definition at line 36 of file 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 () const |
| virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| UnaryCorrespondenceMatrix () | |
| ~UnaryCorrespondenceMatrix () | |
| typedef SmartPointer< const Self > itk::UnaryCorrespondenceMatrix< TItemType >::ConstPointer |
Definition at line 44 of file itkUnaryCorrespondenceMatrix.h.
| typedef SmartPointer< Self > itk::UnaryCorrespondenceMatrix< TItemType >::Pointer |
Definition at line 43 of file itkUnaryCorrespondenceMatrix.h.
| typedef UnaryCorrespondenceMatrix itk::UnaryCorrespondenceMatrix< TItemType >::Self |
Standard class typedefs.
Definition at line 41 of file itkUnaryCorrespondenceMatrix.h.
| typedef DataObject itk::UnaryCorrespondenceMatrix< TItemType >::Superclass |
Definition at line 42 of file itkUnaryCorrespondenceMatrix.h.
|
protected |
Default Constructor.
|
inlineprotected |
Default Destructor.
Definition at line 58 of file itkUnaryCorrespondenceMatrix.h.
| virtual::itk::LightObject::Pointer itk::UnaryCorrespondenceMatrix< TItemType >::CreateAnother | ( | ) | const |
|
virtual |
Run-time type information (and related methods).
|
static |
Method for creation through the object factory.
1.8.5