#include "itkNumericTraits.h"
#include "itkVector.h"
#include "vnl/vnl_vector_ref.h"
#include "itkMath.h"
#include "itkPoint.hxx"
Go to the source code of this file.
|
template<typename TValue , typename... TVariadic> |
auto | itk::MakePoint (const TValue firstValue, const TVariadic... otherValues) |
|
template<typename T , unsigned int VPointDimension> |
std::ostream & | itk::operator<< (std::ostream &os, const Point< T, VPointDimension > &vct) |
|
template<typename T , unsigned int VPointDimension> |
std::istream & | itk::operator>> (std::istream &is, Point< T, VPointDimension > &vct) |
|
template<typename TCoordRep , unsigned int VPointDimension> |
void | itk::swap (Point< TCoordRep, VPointDimension > &a, Point< TCoordRep, VPointDimension > &b) |
|