Functions | |
int | Round (double x) |
int | Round (float x) |
int | RoundHalfIntegerToEven (double x) |
int | RoundHalfIntegerToEven (float x) |
int | RoundHalfIntegerUp (double x) |
int | RoundHalfIntegerUp (float x) |
int itk::Math::Round | ( | double | x | ) | [inline] |
int itk::Math::Round | ( | float | x | ) | [inline] |
Definition at line 1007 of file itkMacro.h.
References RoundHalfIntegerUp().
Referenced by itk::Index< itkGetStaticConstMacro(Dimension)>::CopyWithRound().
int itk::Math::RoundHalfIntegerToEven | ( | double | x | ) | [inline] |
Definition at line 1006 of file itkMacro.h.
int itk::Math::RoundHalfIntegerToEven | ( | float | x | ) | [inline] |
Definition at line 1005 of file itkMacro.h.
int itk::Math::RoundHalfIntegerUp | ( | double | x | ) | [inline] |
Definition at line 1004 of file itkMacro.h.
int itk::Math::RoundHalfIntegerUp | ( | float | x | ) | [inline] |
Definition at line 1003 of file itkMacro.h.
Referenced by itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >::EvaluateAtContinuousIndex(), itk::ImageRegion< TDimension >::IsInside(), Round(), itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >::TransformPhysicalPointToIndex(), and itk::ImageTransformHelper< NImageDimension, R, C >::TransformPhysicalPointToIndexCol().