Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itkMatrix.h File Reference

Go to the source code of this file.

Namespaces

namespace  itk

Classes

class  itk::Matrix< T, NRows, NColumns >
 A templated class holding a M x N size Matrix This class contains a vnl_matrix_fixed in order to make all the vnl mathematical methods available. More...

Defines

#define ITK_TEMPLATE_Matrix(_, EXPORT, x, y)

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,
x,
 ) 

Value:

namespace itk { \
  _(3(class EXPORT Matrix< ITK_TEMPLATE_3 x >)) \
  namespace Templates { typedef Matrix< ITK_TEMPLATE_3 x > Matrix##y; } \
  }

Definition at line 242 of file itkMatrix.h.


Generated at Thu Nov 6 01:07:21 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000