ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
Go to the source code of this file.
Classes | |
class | itk::Vector< T, NVectorDimension > |
Namespaces | |
itk | |
Functions | |
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 T , unsigned int NVectorDimension> | |
Vector< T, NVectorDimension > | itk::operator* (const T &scalar, const Vector< T, NVectorDimension > &v) |
template<typename T , unsigned int NVectorDimension> | |
std::ostream & | itk::operator<< (std::ostream &os, const Vector< T, NVectorDimension > &v) |
template<typename T , unsigned int NVectorDimension> | |
std::istream & | itk::operator>> (std::istream &is, Vector< T, NVectorDimension > &v) |