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

Go to the source code of this file.

Classes

class  itk::Matrix< T, NRows, NColumns >
 A templated class holding a M x N size Matrix. More...

Namespaces

namespace  itk

Defines

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

Functions

template<class T , unsigned int NRows, unsigned int NColumns>
ITK_EXPORT std::ostream & itk::operator<< (std::ostream &os, const Matrix< T, NRows, NColumns > &v)

Define Documentation

#define ITK_TEMPLATE_Matrix (   _,
  EXPORT,
  TypeX,
  TypeY 
)
Value:
namespace itk                                           \
  {                                                       \
  _( 3 ( class EXPORT Matrix< ITK_TEMPLATE_3 TypeX > ) )  \
  namespace Templates                                     \
  {                                                       \
  typedef Matrix< ITK_TEMPLATE_3 TypeX > Matrix##TypeY; \
  }                                                       \
  }

Definition at line 272 of file itkMatrix.h.