ITK  5.0.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Functions
itkIndex.h File Reference
#include "itkOffset.h"
+ Include dependency graph for itkIndex.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  itk::Index< VDimension >
 

Namespaces

 itk
 

Functions

template<unsigned int VDimension>
bool itk::operator!= (const Index< VDimension > &one, const Index< VDimension > &two)
 
template<unsigned int VDimension>
bool itk::operator< (const Index< VDimension > &one, const Index< VDimension > &two)
 
template<unsigned int VDimension>
std::ostream & itk::operator<< (std::ostream &os, const Index< VDimension > &obj)
 
template<unsigned int VDimension>
bool itk::operator<= (const Index< VDimension > &one, const Index< VDimension > &two)
 
template<unsigned int VDimension>
bool itk::operator== (const Index< VDimension > &one, const Index< VDimension > &two)
 
template<unsigned int VDimension>
bool itk::operator> (const Index< VDimension > &one, const Index< VDimension > &two)
 
template<unsigned int VDimension>
bool itk::operator>= (const Index< VDimension > &one, const Index< VDimension > &two)
 
template<unsigned int VDimension>
void itk::swap (Index< VDimension > &one, Index< VDimension > &two)