#include <stdio.h>
#include <stdlib.h>
#include "idseq-base.h"
#include "idima-private.h"
Go to the source code of this file.
Defines | |
#define | DEBUG 0 |
Functions | |
PPPPSEQUENCE | IdSeqAlloc (int sx, int sy, int sz, int sb, int ty) |
Allocation d'une structure SEQuence compacte (seqxels consecutifs). | |
void | _IdSeqFree (PPPPSEQUENCE *pv) |
Liberation d'une SEQuence compacte (tous les blocs sont consecutifs en memoire). |
|
|
|
Liberation d'une SEQuence compacte (tous les blocs sont consecutifs en memoire).
Definition at line 174 of file seqallo.c. References _IdSeqPrivate, and DEBUG. |
|
Allocation d'une structure SEQuence compacte (seqxels consecutifs).
Definition at line 63 of file seqallo.c. References PRIVATE_SEQUENCE::_fichier, PRIVATE_SEQUENCE::_message, DEBUG, IDO_TYPE, IdSeqDimT, IdSeqDimX, IdSeqDimY, IdSeqDimZ, IdSeqType, IdSeqUsedNbT, IdSeqUsedNbX, IdSeqUsedNbY, IdSeqUsedNbZ, IdSizeOfType, PPPPSEQUENCE, SEQ, PRIVATE_SEQUENCE::subObject, TY_BIT, and TY_SIZE. Referenced by AllocObject(), and IdDcmReadFileIntoVectorFromDcmHdr(). |