ITK  4.0.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Defines
itkMatrixResizeableDataObject.h File Reference

Go to the source code of this file.

Classes

class  itk::MatrixResizeableDataObject< TItemType >
 Allows a VNL matrix to be a DataObject with the flexibility of being resizable. More...

Namespaces

namespace  itk

Defines

#define ITK_TEMPLATE_MatrixResizeableDataObject(_, EXPORT, TypeX, TypeY)

Define Documentation

#define ITK_TEMPLATE_MatrixResizeableDataObject (   _,
  EXPORT,
  TypeX,
  TypeY 
)
Value:
namespace itk                                                              \
  {                                                                          \
  _( 1 ( class EXPORT MatrixResizeableDataObject< ITK_TEMPLATE_1 TypeX > ) ) \
  namespace Templates                                                        \
  {                                                                          \
  typedef MatrixResizeableDataObject< ITK_TEMPLATE_1 TypeX >                 \
  MatrixResizeableDataObject##TypeY;                                       \
  }                                                                          \
  }

Definition at line 63 of file itkMatrixResizeableDataObject.h.