![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
Go to the source code of this file.
Classes | |
| class | itk::CovariantVector< T, NVectorDimension > |
| A templated class holding a n-Dimensional covariant vector. More... | |
Namespaces | |
| namespace | itk |
Defines | |
| #define | ITK_TEMPLATE_CovariantVector(_, EXPORT, TypeX, TypeY) |
Functions | |
| ITKCommon_EXPORT void | itk::CrossProduct (CovariantVector< double, 3 > &, const Vector< double, 3 > &, const Vector< double, 3 > &) |
| ITKCommon_EXPORT void | itk::CrossProduct (CovariantVector< float, 3 > &, const Vector< float, 3 > &, const Vector< float, 3 > &) |
| ITKCommon_EXPORT void | itk::CrossProduct (CovariantVector< int, 3 >, const Vector< int, 3 > &, const Vector< int, 3 > &) |
| template<class T , unsigned int NVectorDimension> | |
| CovariantVector< T, NVectorDimension > | itk::operator* (const T &scalar, const CovariantVector< T, NVectorDimension > &v) |
| #define ITK_TEMPLATE_CovariantVector | ( | _, | |
| EXPORT, | |||
| TypeX, | |||
| TypeY | |||
| ) |
namespace itk \ { \ _( 2 ( class EXPORT CovariantVector< ITK_TEMPLATE_2 TypeX > ) ) \ namespace Templates \ { \ typedef CovariantVector< ITK_TEMPLATE_2 TypeX > \ CovariantVector##TypeY; \ } \ }
Definition at line 268 of file itkCovariantVector.h.
1.7.6.1