#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "idvol.h"
#include "idio.h"
#include "idprint.h"
Go to the source code of this file.
Defines | |
#define | SEEK_SET 0 |
Functions | |
PPPVOLUME | IdVolReadRawFile (char *nomfic, int sx, int sy, int sz, int ty) |
int | IdVolReadRawFileToVol (char *nomfic, PPPVOLUME vo) |
PPPVOLUME | IdVolReadRawFileWithOffset (char *nomfic, int sx, int sy, int sz, int ty, int offset) |
|
Definition at line 211 of file volrdf.c. Referenced by _IdAcrCheckSwap(), _IdAcrGetElementLength(), _IdAcrGetPixelOffset(), _IdAcrModifElementLength(), _IdAcrOverWriteElement(), _IdAcrOverWriteElementNumber(), _IdAcrReadElement_avec_creation(), IdAcrInquireHeader(), IdAcrInquireInfoTot4(), and IdVolReadRawFileWithOffset(). |
|
Definition at line 78 of file volrdf.c. References _IdVolPrivate, ID_RFILE_BIN, IdPrintf(), IdSizeOfType, IdVolAlloc(), IdVolDimX, IdVolType, PPPVOLUME, and VOL_BIT. Referenced by ReadLabelVolume(). |
|
Definition at line 140 of file volrdf.c. References _IdVolPrivate, ID_RFILE_BIN, IdSizeOfType, IdVolDimX, IdVolDimY, IdVolDimZ, IdVolType, and VOL_BIT. |
|
Definition at line 213 of file volrdf.c. References _IdVolPrivate, ID_RFILE_BIN, IdSizeOfType, IdVolAlloc(), IdVolDimX, IdVolType, PPPVOLUME, SEEK_SET, and VOL_BIT. |