ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
Go to the source code of this file.
Classes | |
class | itk::Array2D< TValueType > |
Array2D class representing a 2D array with size defined at construction time. More... | |
Namespaces | |
namespace | itk |
Defines | |
#define | ITK_TEMPLATE_Array2D(_, EXPORT, TypeX, TypeY) |
Functions | |
template<typename TValueType > | |
std::ostream & | itk::operator<< (std::ostream &os, const Array2D< TValueType > &arr) |
#define ITK_TEMPLATE_Array2D | ( | _, | |
EXPORT, | |||
TypeX, | |||
TypeY | |||
) |
namespace itk \ { \ _( 1 ( class EXPORT Array2D< ITK_TEMPLATE_1 TypeX > ) ) \ _( 1 ( EXPORT std::ostream & operator<<(std::ostream &, \ const Array2D< ITK_TEMPLATE_1 TypeX > &) ) ) \ namespace Templates \ { \ typedef Array2D< ITK_TEMPLATE_1 TypeX > Array2D##TypeY; \ } \ }
Definition at line 99 of file itkArray2D.h.