Go to the source code of this file.
Namespaces |
| namespace | itk |
| | Hashtable class, used to implement the hashed associative containers itk_hash_set, itk_hash_map, itk_hash_multiset, and itk_hash_multimap.
|
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) |
Macro Definition Documentation
| #define ITK_TEMPLATE_Matrix |
( |
|
_, |
|
|
|
EXPORT, |
|
|
|
x, |
|
|
|
y |
|
) |
| |
Value:namespace itk { \
_(3(class EXPORT Matrix< ITK_TEMPLATE_3 x >)) \
namespace Templates { typedef Matrix< ITK_TEMPLATE_3 x > Matrix##y; } \
}
Definition at line 245 of file itkMatrix.h.