|
ITKCommon_EXPORT Vector< double, 3 > | itk::CrossProduct (const Vector< double, 3 > &, const Vector< double, 3 > &) |
|
ITKCommon_EXPORT Vector< float, 3 > | itk::CrossProduct (const Vector< float, 3 > &, const Vector< float, 3 > &) |
|
ITKCommon_EXPORT Vector< int, 3 > | itk::CrossProduct (const Vector< int, 3 > &, const Vector< int, 3 > &) |
|
template<typename TValue , typename... TVariadic> |
auto | itk::MakeVector (const TValue firstValue, const TVariadic... otherValues) |
|
template<typename T , unsigned int VVectorDimension> |
Vector< T, VVectorDimension > | itk::operator* (const T &scalar, const Vector< T, VVectorDimension > &v) |
|
template<typename T , unsigned int VVectorDimension> |
std::ostream & | itk::operator<< (std::ostream &os, const Vector< T, VVectorDimension > &vct) |
|
template<typename T , unsigned int VVectorDimension> |
std::istream & | itk::operator>> (std::istream &is, Vector< T, VVectorDimension > &vct) |
|
template<typename T , unsigned int VVectorDimension> |
void | itk::swap (Vector< T, VVectorDimension > &a, Vector< T, VVectorDimension > &b) |
|