![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
Go to the source code of this file.
Classes | |
| class | itk::VariableLengthVector< TValueType > |
| Represents an array whose length can be defined at run-time. More... | |
Namespaces | |
| namespace | itk |
Defines | |
| #define | ITK_TEMPLATE_VariableLengthVector(_, EXPORT, TypeX, TypeY) |
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, | |||
| TypeX, | |||
| TypeY | |||
| ) |
namespace itk \ { \ _( 1 ( class EXPORT VariableLengthVector< ITK_TEMPLATE_1 TypeX > ) ) \ namespace Templates \ { \ typedef VariableLengthVector< ITK_TEMPLATE_1 TypeX > VariableLengthVector##TypeY; \ } \ }
Definition at line 538 of file itkVariableLengthVector.h.
1.7.6.1