Orfeo Toolbox  3.16
Classes | Namespaces | Macros | Functions
itkPoint.h File Reference
#include "itkFixedArray.h"
#include "itkNumericTraits.h"
#include "itkVector.h"
#include <vnl/vnl_vector_ref.h>
+ 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, NPointDimension >
 A templated class holding a geometric point in n-Dimensional space. More...
 

Namespaces

namespace  itk
 Hashtable class, used to implement the hashed associative containers itk_hash_set, itk_hash_map, itk_hash_multiset, and itk_hash_multimap.
 

Macros

#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)
 

Macro Definition Documentation

#define ITK_TEMPLATE_Point (   _,
  EXPORT,
  x,
 
)
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 304 of file itkPoint.h.


Generated at Sun May 19 2013 01:02:11 for Orfeo Toolbox with doxygen 1.8.3.1