OCC Main Page | Visualization | Toolkits | Packages | Class Hierarchy | Data Structures | File List | Data Fields | Globals

Visualization
TKService
Image


Image Class Reference

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 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.
.


Member Function Documentation

static Standard_EXPORT void Image::Affine const Handle(Image_Image)&  aImage,
const gp_Trsf &  Trsf
[static]
 

static Standard_EXPORT void Image::Affine const Handle(Image_Image)&  aImage,
const Image_PixelInterpolation aInterpolation,
const gp_Trsf &  Trsf
[static]
 

static Standard_EXPORT void Image::Affine const Handle(Image_Image)&  aImage,
const gp_GTrsf2d &  Trsf
[static]
 

static Standard_EXPORT void Image::Affine const Handle(Image_Image)&  aImage,
const Image_PixelInterpolation aInterpolation,
const gp_GTrsf2d &  Trsf
[static]
 

void Image::operator delete void *  anAddress  )  [inline]
 

void* Image::operator new size_t  size  )  [inline]
 

void* Image::operator new size_t  ,
void *  anAddress
[inline]
 

static Standard_EXPORT void Image::Rotate const Handle(Image_Image)&  aImage,
const Quantity_PlaneAngle  aAngle
[static]
 

static Standard_EXPORT void Image::Rotate const Handle(Image_Image)&  aImage,
const Image_PixelInterpolation aInterpolation,
const Quantity_PlaneAngle  aAngle
[static]
 

static Standard_EXPORT void Image::Translate const Handle(Image_Image)&  aImage,
const Standard_Real  DX,
const Standard_Real  DY
[static]
 

static Standard_EXPORT void Image::Translate const Handle(Image_Image)&  aImage,
const Image_PixelInterpolation aInterpolation,
const Standard_Real  DX,
const Standard_Real  DY
[static]
 

static Standard_EXPORT void Image::Zoom const Handle(Image_Image)&  aImage,
const Standard_Real  aCoefX,
const Standard_Real  aCoefY
[static]
 

static Standard_EXPORT void Image::Zoom const Handle(Image_Image)&  aImage,
const Image_PixelInterpolation aInterpolation,
const Standard_Real  aCoefX,
const Standard_Real  aCoefY
[static]
 


The documentation for this class was generated from the following file:
Generated on Mon Aug 25 13:55:46 2008 for OpenCASCADE by  doxygen 1.4.1