Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts
Classes | Namespaces | Defines | Functions

itkPoint.h File Reference

Go to the source code of this file.

Classes

class  itk::BarycentricCombination< TPointContainer, TWeightContainer >
class  itk::Point< TCoordRep, NPointDimension >
 A templated class holding a geometric point in n-Dimensional space. More...

Namespaces

namespace  itk

Defines

#define ITK_TEMPLATE_Point(_, EXPORT, x, y)

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)

Define Documentation

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

Definition at line 313 of file itkPoint.h.


Generated at Mon Jul 12 2010 20:21:00 for ITK by doxygen 1.7.1 written by Dimitri van Heesch, © 1997-2000