ITK  4.13.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Functions
itkVector.h File Reference
#include "itkFixedArray.h"
#include "vnl/vnl_vector_ref.h"
#include "itkVector.hxx"
+ 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

 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)