ITK  5.4.0
Insight Toolkit
Classes | Namespaces | Functions
itkIndex.h File Reference
#include "itkMakeFilled.h"
#include "itkOffset.h"
#include <cstddef>
#include <type_traits>
+ 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)
 
template<typename... T>
auto itk::MakeIndex (const T... values)