ITK  4.2.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Macros
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

Macros

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

Macro Definition 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.