ITK  4.1.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Defines | Functions
itkCovariantVector.h File Reference

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 Documentation

#define ITK_TEMPLATE_CovariantVector (   _,
  EXPORT,
  TypeX,
  TypeY 
)
Value:
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.