ITK  4.2.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Macros | Functions
itkPoint.h File Reference

Go to the source code of this file.

Classes

class  itk::BarycentricCombination< TPointContainer, TWeightContainer >
 Computes the barycentric combination of an array of N points. More...
class  itk::Point< TCoordRep, NPointDimension >
 A templated class holding a geometric point in n-Dimensional space. More...

Namespaces

namespace  itk

Macros

#define ITK_TEMPLATE_Point(_, EXPORT, TypeX, TypeY)

Functions

template<class T , unsigned int NPointDimension>
ITK_EXPORT std::ostream & itk::operator<< (std::ostream &os, const Point< T, NPointDimension > &v)
template<class T , unsigned int NPointDimension>
ITK_EXPORT std::istream & itk::operator>> (std::istream &is, Point< T, NPointDimension > &v)

Macro Definition Documentation

#define ITK_TEMPLATE_Point (   _,
  EXPORT,
  TypeX,
  TypeY 
)
Value:
namespace itk \
{ \
_( 2 ( class EXPORT Point< ITK_TEMPLATE_2 TypeX > ) ) \
_( 1 ( EXPORT std::ostream & operator<<(std::ostream &, \
const Point< ITK_TEMPLATE_2 TypeX > &) ) ) \
_( 1 ( EXPORT std::istream & operator>>(std::istream &, \
Point< ITK_TEMPLATE_2 TypeX > &) ) ) \
namespace Templates \
{ \
typedef Point< ITK_TEMPLATE_2 TypeX > Point##TypeY; \
} \
}

Definition at line 321 of file itkPoint.h.