ITK  5.4.0
Insight Toolkit
Classes | Namespaces | Functions
itkOffset.h File Reference
#include "itkSize.h"
#include "itkMath.h"
#include <cstddef>
+ Include dependency graph for itkOffset.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  itk::Offset< VDimension >
 

Namespaces

 itk
 

Functions

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