|
Open CASCADE Technology 6.5.2
|
The package Image provide PseudoColorImage and ColorImage
definition and a set of key functions from the fields
of image.
#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 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 void | Zoom (const Handle< Image_Image > &aImage, const Standard_Real aCoefX, const Standard_Real aCoefY) |
| Zoom an Image with the default PixelInterpolation method. | |
| static void | Rotate (const Handle< Image_Image > &aImage, const Image_PixelInterpolation &aInterpolation, const Quantity_PlaneAngle aAngle) |
| Rotate an Image with a specific PixelInterpolation method. | |
| static void | Rotate (const Handle< Image_Image > &aImage, const Quantity_PlaneAngle aAngle) |
| Rotate an Image with the default PixelInterpolation method. | |
| static 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 void | Translate (const Handle< Image_Image > &aImage, const Standard_Real DX, const Standard_Real DY) |
| Translate an Image with the default PixelInterpolation method. | |
| static 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 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 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 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. | |
| static void Image::Affine | ( | const Handle< Image_Image > & | aImage, |
| const Image_PixelInterpolation & | aInterpolation, | ||
| const gp_GTrsf2d & | Trsf | ||
| ) | [static] |
| static void Image::Affine | ( | const Handle< Image_Image > & | aImage, |
| const gp_GTrsf2d & | Trsf | ||
| ) | [static] |
| static void Image::Affine | ( | const Handle< Image_Image > & | aImage, |
| const Image_PixelInterpolation & | aInterpolation, | ||
| const gp_Trsf & | Trsf | ||
| ) | [static] |
| static void Image::Affine | ( | const Handle< Image_Image > & | aImage, |
| const gp_Trsf & | Trsf | ||
| ) | [static] |
| void Image::operator delete | ( | void * | anAddress | ) | [inline] |
| void* Image::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void* Image::operator new | ( | size_t | size | ) | [inline] |
| static void Image::Rotate | ( | const Handle< Image_Image > & | aImage, |
| const Quantity_PlaneAngle | aAngle | ||
| ) | [static] |
| static void Image::Rotate | ( | const Handle< Image_Image > & | aImage, |
| const Image_PixelInterpolation & | aInterpolation, | ||
| const Quantity_PlaneAngle | aAngle | ||
| ) | [static] |
| static void Image::Translate | ( | const Handle< Image_Image > & | aImage, |
| const Standard_Real | DX, | ||
| const Standard_Real | DY | ||
| ) | [static] |
| static void Image::Translate | ( | const Handle< Image_Image > & | aImage, |
| const Image_PixelInterpolation & | aInterpolation, | ||
| const Standard_Real | DX, | ||
| const Standard_Real | DY | ||
| ) | [static] |
| static void Image::Zoom | ( | const Handle< Image_Image > & | aImage, |
| const Image_PixelInterpolation & | aInterpolation, | ||
| const Standard_Real | aCoefX, | ||
| const Standard_Real | aCoefY | ||
| ) | [static] |
| static void Image::Zoom | ( | const Handle< Image_Image > & | aImage, |
| const Standard_Real | aCoefX, | ||
| const Standard_Real | aCoefY | ||
| ) | [static] |
1.7.4