#include <string.h>
#include <stdlib.h>
#include "idcnt.h"
#include "idprint.h"
#include "iderr.h"
Go to the source code of this file.
Functions | |
void | _IdCntFree (PCONTOUR *pi) |
PCONTOUR | IdCntAlloc (int sx, int ty) |
PCONTOUR | IdCntVecteurToContour (void *vecteur, int ty, int ox, int lx) |
PCONTOUR | IdCntModifLongueur (PCONTOUR cnt, int nouvLong) |
|
Definition at line 72 of file cntallo.c. References _IdCntPrivate. |
|
Definition at line 125 of file cntallo.c. References PRIVATE_CONTOUR::_fichier, PRIVATE_CONTOUR::_message, CNT, PRIVATE_CONTOUR::DimX, IDERR_ALLOC_CNT, IDERR_WRONG_TYPE, IdErrno, IdErrPrintf(), IDO_TYPE, IdTypeSize, PCONTOUR, and PRIVATE_CONTOUR::Type. Referenced by _IdCntConnexPts(), IdCntPointsOfSegment(), and IdDcmReadFileIntoVectorFromDcmHdr(). |
|
Definition at line 263 of file cntallo.c. References _IdCntPrivate, CNT, PRIVATE_CONTOUR::DimX, IDERR_ALLOC_CNT, IDERR_WRONG_TYPE, IdErrno, IdErrPrintf(), IdLibidoType, IdSizeOfType, and PCONTOUR. Referenced by _IdCntAddPoint(), _IdCntInsertPoint(), _IdCntInsertPointsOfSegment(), and IdCntConcat(). |
|
Definition at line 193 of file cntallo.c. References CNT, PRIVATE_CONTOUR::DimX, IDERR_ALLOC_CNT, IDERR_WRONG_TYPE, IdErrno, IdErrPrintf(), IDO_TYPE, IdTypeSize, PCONTOUR, and PRIVATE_CONTOUR::Type. |