eLynx SDK v3.0.1
C++ image processing API reference

eLynx::Image::ImageGeometryImpl< Pixel > Member List

This is the complete list of members for eLynx::Image::ImageGeometryImpl< Pixel >, including all inherited members.

AddBorder(AbstractImage &ioImage, uint32 iLeft, uint32 iRight, uint32 iTop, uint32 iBottom, bool ibBlack, ProgressNotifier &iNotifier) const eLynx::Image::ImageGeometryImpl< Pixel > [virtual]
AddBorder(ImageImpl< Pixel > &, uint32 iLeft, uint32 iRight, uint32 iTop, uint32 iBottom, bool ibBlack=true, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
Bin(AbstractImage &ioImage, uint32 iDim, EBinningMethod iMethod, ProgressNotifier &iNotifier) const eLynx::Image::ImageGeometryImpl< Pixel > [virtual]
Bin(ImageImpl< Pixel > &, uint32 iDim, EBinningMethod, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
CreateBinned(const AbstractImage &iImage, uint32 iDim, EBinningMethod iMethod, ProgressNotifier &iNotifier) const eLynx::Image::ImageGeometryImpl< Pixel > [virtual]
CreateBinned(const ImageImpl< Pixel > &iImage, uint32 iDim, EBinningMethod iMethod, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
CreateEnlarged(const AbstractImage &iImage, uint32 iLeft, uint32 iRight, uint32 iTop, uint32 iBottom, bool ibBlack, ProgressNotifier &iNotifier) const eLynx::Image::ImageGeometryImpl< Pixel > [virtual]
CreateEnlarged(const ImageImpl< Pixel > &, uint32 iLeft, uint32 iRight, uint32 iTop, uint32 iBottom, bool ibBlack=true, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
CreateExpanded(const AbstractImage &iImage, uint32 iBorder, ProgressNotifier &iNotifier) const eLynx::Image::ImageGeometryImpl< Pixel > [virtual]
CreateExpanded(const ImageImpl< Pixel > &iImage, uint32 iBorder, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
CreateFlipped(const AbstractImage &iImage, EFlipPlane iFlipPlane, ProgressNotifier &iNotifier) const eLynx::Image::ImageGeometryImpl< Pixel > [virtual]
CreateFlipped(const ImageImpl< Pixel > &, EFlipPlane, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
CreateInserted(const AbstractImage &iImage, const AbstractImage &iInserted, int32 iX, int32 iY, ProgressNotifier &iNotifier) const eLynx::Image::ImageGeometryImpl< Pixel > [virtual]
CreateInserted(const ImageImpl< Pixel > &iImage, const ImageImpl< Pixel > &iInserted, int32 iX, int32 iY, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
CreateResampled(const AbstractImage &iImage, uint32 iWidth, uint32 iHeight, Math::EResampleFilter iFilter, ProgressNotifier &iNotifier) const eLynx::Image::ImageGeometryImpl< Pixel > [virtual]
CreateResampled(const ImageImpl< Pixel > &, uint32 iWidth, uint32 iHeight, Math::EResampleFilter iFilter, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
CreateResized(const AbstractImage &iImage, uint32 iWidth, uint32 iHeight, ProgressNotifier &iNotifier) const eLynx::Image::ImageGeometryImpl< Pixel > [virtual]
CreateResized(const ImageImpl< Pixel > &, uint32 iWidth, uint32 iHeight, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
CreateRotated(const AbstractImage &iImage, ERightRotation iRotation, ProgressNotifier &iNotifier) const eLynx::Image::ImageGeometryImpl< Pixel > [virtual]
CreateRotated(const AbstractImage &iImage, double iDegrees, int32 iFlags, ProgressNotifier &iNotifier) const eLynx::Image::ImageGeometryImpl< Pixel > [virtual]
CreateRotated(const ImageImpl< Pixel > &, double iDegrees, int32 iFlags=RF_Default, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
CreateRotated90(const ImageImpl< Pixel > &, bool ibClockwise, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
CreateShifted(const AbstractImage &iImage, int32 iHorizontal, int32 iVertical, ProgressNotifier &iNotifier) const eLynx::Image::ImageGeometryImpl< Pixel > [virtual]
CreateShifted(const AbstractImage &iImage, double iHorizontal, double iVertical, ProgressNotifier &iNotifier) const eLynx::Image::ImageGeometryImpl< Pixel > [virtual]
CreateShifted(const ImageImpl< Pixel > &iImage, int32 iHorizontal, int32 iVertical, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
CreateShifted(const ImageImpl< Pixel > &iImage, double iHorizontal, double iVertical, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
CreateSubImage(const AbstractImage &iImage, uint32 iX, uint32 iY, uint32 iWidth, uint32 iHeight, ProgressNotifier &iNotifier) const eLynx::Image::ImageGeometryImpl< Pixel > [virtual]
CreateSubImage(const ImageImpl< Pixel > &, uint32 iX, uint32 iY, uint32 iWidth, uint32 iHeight, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
CreateZoomed(const AbstractImage &iImage, uint32 iZoom, ProgressNotifier &iNotifier) const eLynx::Image::ImageGeometryImpl< Pixel > [virtual]
CreateZoomed(const ImageImpl< Pixel > &, uint32 iZoom, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
Crop(AbstractImage &ioImage, uint32 iX, uint32 iY, uint32 iWidth, uint32 iHeight, ProgressNotifier &iNotifier) const eLynx::Image::ImageGeometryImpl< Pixel > [virtual]
Crop(ImageImpl< Pixel > &, uint32 iX, uint32 iY, uint32 iWidth, uint32 iHeight, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
Flip(AbstractImage &ioImage, EFlipPlane iFlipPlane, ProgressNotifier &iNotifier) const eLynx::Image::ImageGeometryImpl< Pixel > [virtual]
Flip(ImageImpl< Pixel > &, EFlipPlane, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
FlipHorizontal(ImageImpl< Pixel > &, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
FlipVertical(ImageImpl< Pixel > &, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
Insert(AbstractImage &ioImage, const AbstractImage &iInserted, int32 iX, int32 iY, ProgressNotifier &iNotifier) const eLynx::Image::ImageGeometryImpl< Pixel > [virtual]
Insert(ImageImpl< Pixel > &, const ImageImpl< Pixel > &iInserted, int32 iX, int32 iY, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
Pixel_t typedefeLynx::Image::ImageGeometryImpl< Pixel >
Resample(AbstractImage &ioImage, uint32 iWidth, uint32 iHeight, Math::EResampleFilter iFilter, ProgressNotifier &iNotifier) const eLynx::Image::ImageGeometryImpl< Pixel > [virtual]
Resample(ImageImpl< Pixel > &, uint32 iWidth, uint32 iHeight, Math::EResampleFilter iFilter, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
Resize(AbstractImage &ioImage, uint32 iWidth, uint32 iHeight, ProgressNotifier &iNotifier) const eLynx::Image::ImageGeometryImpl< Pixel > [virtual]
Resize(ImageImpl< Pixel > &, uint32 iWidth, uint32 iHeight, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
Rotate(AbstractImage &ioImage, ERightRotation iRotation, ProgressNotifier &iNotifier) const eLynx::Image::ImageGeometryImpl< Pixel > [virtual]
Rotate(AbstractImage &ioImage, double iDegrees, int32 iFlags, ProgressNotifier &iNotifier) const eLynx::Image::ImageGeometryImpl< Pixel > [virtual]
Rotate(ImageImpl< Pixel > &, double iDegrees, int32 iFlags=RF_Default, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
Rotate180(ImageImpl< Pixel > &, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
Rotate90(ImageImpl< Pixel > &, bool ibClockwise, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
Shift(AbstractImage &ioImage, int32 iHorizontal, int32 iVertical, ProgressNotifier &iNotifier) const eLynx::Image::ImageGeometryImpl< Pixel > [virtual]
Shift(AbstractImage &ioImage, double iHorizontal, double iVertical, ProgressNotifier &iNotifier) const eLynx::Image::ImageGeometryImpl< Pixel > [virtual]
Shift(ImageImpl< Pixel > &, int32 iHorizontal, int32 iVertical, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
Shift(ImageImpl< Pixel > &, double iHorizontal, double iVertical, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
Zoom(AbstractImage &ioImage, uint32 iZoom, ProgressNotifier &iNotifier) const eLynx::Image::ImageGeometryImpl< Pixel > [virtual]
Zoom(ImageImpl< Pixel > &, uint32 iZoom, ProgressNotifier &=ProgressNotifier_NULL)eLynx::Image::ImageGeometryImpl< Pixel > [static]
~IImageGeometry()eLynx::Image::IImageGeometry [virtual]

Generated on 14 Apr 2009 by doxygen 1.5.8