#include <stdio.h>
#include "idvol.h"
#include "idio.h"
Go to the source code of this file.
Functions | |
int | IdVolWriteRawFile (char *nomfic, PPPVOLUME vo) |
Save a Volume object to file with RAW format. |
|
Save a Volume object to file with RAW format.
Definition at line 52 of file volwrf.c. References ID_WFILE_BIN, IdSizeOfType, IdVolDimX, IdVolDimY, IdVolDimZ, IdVolType, and VOL_BIT. Referenced by WriteRecIFFTVolumeModule(), WriteRecIFFTVolumePhase(), WriteSignalRFModule(), WriteVolRecUchar(), and WriteVolRF(). |