Go to the source code of this file.
Classes | |
struct | itk::Offset< VDimension > |
Namespaces | |
namespace | 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) noexcept |