![]() |
ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
Include dependency graph for itkVector.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | itk::Vector< T, NVectorDimension > |
Namespaces | |
| namespace | 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<class T , unsigned int NVectorDimension> | |
| Vector< T, NVectorDimension > | itk::operator* (const T &scalar, const Vector< T, NVectorDimension > &v) |
| template<class T , unsigned int NVectorDimension> | |
| std::ostream & | itk::operator<< (std::ostream &os, const Vector< T, NVectorDimension > &v) |
| template<class T , unsigned int NVectorDimension> | |
| std::istream & | itk::operator>> (std::istream &is, Vector< T, NVectorDimension > &v) |
1.8.3.1