#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.
|
| 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 VVectorDimension> |
| CovariantVector< T, VVectorDimension > | itk::operator* (const T &scalar, const CovariantVector< T, VVectorDimension > &v) |
| |
| template<typename T, unsigned int VVectorDimension> |
| T | itk::operator* (const Vector< T, VVectorDimension > &contravariant, const CovariantVector< T, VVectorDimension > &covariant) |
| |
| template<typename T, unsigned int VVectorDimension> |
| void | itk::swap (CovariantVector< T, VVectorDimension > &a, CovariantVector< T, VVectorDimension > &b) noexcept |
| |