ITK  5.4.0
Insight Toolkit
Classes | Namespaces | Functions
itkPoint.h File Reference
#include "itkNumericTraits.h"
#include "itkVector.h"
#include "vnl/vnl_vector_ref.h"
#include "itkMath.h"
#include "itkPoint.hxx"
+ Include dependency graph for itkPoint.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::BarycentricCombination< TPointContainer, TWeightContainer >
 
class  itk::Point< TCoordRep, VPointDimension >
 

Namespaces

 itk
 

Functions

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)