ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include "itkIndent.h"
#include "itkVector.h"
#include "vnl/vnl_vector_ref.h"
#include "itkNumericTraitsCovariantVectorPixel.h"
#include "itkCovariantVector.hxx"
Go to the source code of this file.
Classes | |
class | itk::CovariantVector< T, NVectorDimension > |
Namespaces | |
itk | |
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<typename T , unsigned int NVectorDimension> | |
CovariantVector< T, NVectorDimension > | itk::operator* (const T &scalar, const CovariantVector< T, NVectorDimension > &v) |
template<typename T , unsigned int NVectorDimension> | |
T | itk::operator* (const Vector< T, NVectorDimension > &contravariant, const CovariantVector< T, NVectorDimension > &covariant) |