#include "idima.h"
#include "idima-private.h"
#include "iderr.h"
#include "idprint.h"
#include <stdlib.h>
Go to the source code of this file.
Functions | |
void | _IdFreeLinesOfPlane (void **pi, int n) |
void | _IdFreePlanesOfBloc (void ***, int, int) |
int | _IdAllocLinesOfPlane (void *piv, int sx, int sy, int si) |
void ** | _IdAllocPlan (int sx, int sy, int si) |
void | _IdFreePlan (void **pi, int n) |
void *** | _IdAllocBloc (int sx, int sy, int sz, int si) |
void | _IdFreeBloc (void ***pi, int nbp, int nbl) |
void | _IdImaFree (PPIMAGE *pi) |
Free dynamically allocated PPIMAGE "object". | |
PPIMAGE | IdImaAlloc (int sx, int sy, int ty) |
Dynamic allocation of PPIMAGE "object". | |
PPIMAGE | IdImaClone (PPIMAGE sim) |
Cloning (by using dynamic allocation) of PPIMAGE "object" IdImaClone is an alias of IdImaAllocLikeImage. | |
PPIMAGE | IdImaAllocLikeImage (void *sim) |
Allocate a new PPIMAGE of same dimensions (width and height) and same type of the incoming argument. |
|
Definition at line 154 of file imaallo.c. References IdErrPrintf(). |
|
Definition at line 70 of file imaallo.c. References _IdFreeLinesOfPlane(), and IdErrPrintf(). Referenced by _IdAllocPlan(), and IdImaAlloc(). |
|
Definition at line 101 of file imaallo.c. References _IdAllocLinesOfPlane(), and IdErrPrintf(). |
|
Definition at line 175 of file imaallo.c. References _IdFreePlanesOfBloc(). |
|
Referenced by _IdAllocLinesOfPlane(), _IdFreePlan(), and _IdFreePlanesOfBloc(). |
|
Definition at line 117 of file imaallo.c. References _IdFreeLinesOfPlane(). |
|
Definition at line 143 of file imaallo.c. References _IdFreeLinesOfPlane(). Referenced by _IdFreeBloc(). |
|
Free dynamically allocated PPIMAGE "object".
Definition at line 188 of file imaallo.c. References _IdImaPrivate. Referenced by IdImaFree(). |
|
|
Allocate a new PPIMAGE of same dimensions (width and height) and same type of the incoming argument.
Definition at line 290 of file imaallo.c. References IdErrPrintf(), IdImaAlloc(), IdImaDimX(), IdImaDimY(), IdImaType(), and PPIMAGE. Referenced by IdCntFillExtPolygon(), IdCntFillPolygon(), IdImaCheckTypeSizeAlloc(), IdImaClone(), and IdImaFillContour(). |
|
Cloning (by using dynamic allocation) of PPIMAGE "object" IdImaClone is an alias of IdImaAllocLikeImage.
Definition at line 275 of file imaallo.c. References IdImaAllocLikeImage(), and PPIMAGE. |