#include <Image.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Static Public Member Functions | |
static Standard_EXPORT void | Zoom (const Handle(Image_Image)&aImage, const Image_PixelInterpolation &aInterpolation, const Standard_Real aCoefX, const Standard_Real aCoefY) |
Zoom an Image with a specific PixelInterpolation method. . | |
static Standard_EXPORT void | Zoom (const Handle(Image_Image)&aImage, const Standard_Real aCoefX, const Standard_Real aCoefY) |
Zoom an Image with the default PixelInterpolation method. . | |
static Standard_EXPORT void | Rotate (const Handle(Image_Image)&aImage, const Image_PixelInterpolation &aInterpolation, const Quantity_PlaneAngle aAngle) |
Rotate an Image with a specific PixelInterpolation method. . | |
static Standard_EXPORT void | Rotate (const Handle(Image_Image)&aImage, const Quantity_PlaneAngle aAngle) |
Rotate an Image with the default PixelInterpolation method. . | |
static Standard_EXPORT void | Translate (const Handle(Image_Image)&aImage, const Image_PixelInterpolation &aInterpolation, const Standard_Real DX, const Standard_Real DY) |
Translate an Image with a specific PixelInterpolation method. . | |
static Standard_EXPORT void | Translate (const Handle(Image_Image)&aImage, const Standard_Real DX, const Standard_Real DY) |
Translate an Image with the default PixelInterpolation method. . | |
static Standard_EXPORT void | Affine (const Handle(Image_Image)&aImage, const Image_PixelInterpolation &aInterpolation, const gp_GTrsf2d &Trsf) |
General transformation of an Image with a specific PixelInterpolation method. Warning: Raises an exception if the matrix of the transformation is not inversible. . | |
static Standard_EXPORT void | Affine (const Handle(Image_Image)&aImage, const gp_GTrsf2d &Trsf) |
General transformation of an Image with the default PixelInterpolation method. Warning: Raises an exception if the matrix of the transformation is not inversible. . | |
static Standard_EXPORT void | Affine (const Handle(Image_Image)&aImage, const Image_PixelInterpolation &aInterpolation, const gp_Trsf &Trsf) |
General transformation of an Image with a specific PixelInterpolation method. Warning: Raises an exception if the matrix of the transformation is not inversible. . | |
static Standard_EXPORT void | Affine (const Handle(Image_Image)&aImage, const gp_Trsf &Trsf) |
General transformation of an Image with the default PixelInterpolation method. Warning: Raises an exception if the matrix of the transformation is not inversible. . |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|