Go to the source code of this file.
Namespaces | |
| namespace | itk |
Classes | |
| class | itk::VariableLengthVector< TValueType > |
| VariableLengthVector is intended to represent an array whose length can be defined at run-time. More... | |
Defines | |
| #define | ITK_TEMPLATE_VariableLengthVector(_, EXPORT, x, y) |
Functions | |
| template<class TValueType, class T> | |
| VariableLengthVector< TValueType > | itk::operator* (const T &scalar, const VariableLengthVector< TValueType > &v) |
| template<typename TValueType> | |
| std::ostream & | itk::operator<< (std::ostream &os, const VariableLengthVector< TValueType > &arr) |
| #define ITK_TEMPLATE_VariableLengthVector | ( | _, | |||
| EXPORT, | |||||
| x, | |||||
| y | ) |
Value:
namespace itk { \ _(1(class EXPORT VariableLengthVector< ITK_TEMPLATE_1 x >)) \ namespace Templates { typedef VariableLengthVector< ITK_TEMPLATE_1 x > VariableLengthVector##y; } \ }
Definition at line 439 of file itkVariableLengthVector.h.
1.5.5 written by Dimitri van Heesch,
© 1997-2000