|
Namespaces |
| namespace | itk |
Functions |
| template<class T, unsigned int NVectorDimension> |
| std::ostream & | operator<< (std::ostream &os, const Vector< T, NVectorDimension > &v) |
| template<class T, unsigned int NVectorDimension> |
| std::istream & | operator>> (std::istream &is, Vector< T, NVectorDimension > &v) |
| ITKCommon_EXPORT Vector< double, 3 > | CrossProduct (const Vector< double, 3 > &, const Vector< double, 3 > &) |
| ITKCommon_EXPORT Vector< float, 3 > | CrossProduct (const Vector< float, 3 > &, const Vector< float, 3 > &) |
| ITKCommon_EXPORT Vector< int, 3 > | CrossProduct (const Vector< int, 3 > &, const Vector< int, 3 > &) |