18#ifndef itkMatrixResizeableDataObject_h
19#define itkMatrixResizeableDataObject_h
23#include "vnl/vnl_matrix.h"
36template <
typename TItemType>
39 ,
public vnl_matrix<TItemType>
Base class for all data objects in ITK.
Allows a VNL matrix to be a DataObject with the flexibility of being resizable.
~MatrixResizeableDataObject() override=default
MatrixResizeableDataObject()=default
Base class for most ITK classes.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
class ITK_FORWARD_EXPORT DataObject