Go to the source code of this file.
Classes | |
class | itk::Array< TValueType > |
Array class with size defined at construction time. More... | |
Namespaces | |
namespace | itk |
Defines | |
#define | ITK_TEMPLATE_Array(_, EXPORT, x, y) |
Functions | |
template<typename TValueType > | |
std::ostream & | itk::operator<< (std::ostream &os, const Array< TValueType > &arr) |
#define ITK_TEMPLATE_Array | ( | _, | ||
EXPORT, | ||||
x, | ||||
y | ||||
) |
namespace itk { \ _(1(class EXPORT Array< ITK_TEMPLATE_1 x >)) \ _(1(EXPORT std::ostream& operator<<(std::ostream&, \ const Array< ITK_TEMPLATE_1 x >&))) \ namespace Templates { typedef Array< ITK_TEMPLATE_1 x > Array##y; } \ }
Definition at line 162 of file itkArray.h.