18#ifndef itkUnaryCorrespondenceMatrix_h
19#define itkUnaryCorrespondenceMatrix_h
23#include "vnl/vnl_matrix.h"
35template <
typename TItemType>
38 ,
public vnl_matrix<TItemType>
Base class for all data objects in ITK.
Base class for most ITK classes.
A matrix used to store the Unary Metric for medial node comparisons between two images.
~UnaryCorrespondenceMatrix() override=default
UnaryCorrespondenceMatrix()=default
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
class ITK_FORWARD_EXPORT DataObject