#include <vuFourier_IO.h>
Static Public Member Functions | |
void | read_raw (ifstream &fin, float *vol, dword X, dword Y, dword Z, dword XSize, dword YSize, dword ZSize, dword d_size) |
void | read_raw_r (ifstream &fin, byte *vol, dword X, dword Y, dword Z, dword XSize, dword YSize, dword ZSize, dword d_size) |
void | read_raw_r_fast (ifstream &fin, byte *vol, dword X, dword Y, dword Z, dword XSize, dword YSize, dword ZSize, dword d_size) |
int | read_head (ifstream &in, dword &XSize, dword &YSize, dword &ZSize, dword &b_size) |
bool | write_pvp_head (ofstream &fout, dword XSize, dword YSize, dword ZSize, dword b_size) |
bool | write_fvr_head (ofstream &fout, dword XSize, dword YSize, dword ZSize, dword b_size) |
void | readSpatial (byte *in, float *out, dword X, dword Y, dword Z, dword XSize, dword YSize, dword ZSize) |
void | wrapFourier (float *in, float *out, dword X, dword Y, dword Z, dword XSize, dword YSize, dword ZSize) |
float * | pad (float *v, dword n) |
byte * | pad_r (byte *v, dword n) |
dword | readNumber (ifstream &fin) |
void | writeNumber (ofstream &fout, dword n) |
|
Definition at line 6 of file vuFourier_IO.cpp. References dword. Referenced by read_raw(), readSpatial(), and wrapFourier(). |
|
Definition at line 16 of file vuFourier_IO.cpp. Referenced by read_raw_r(), and read_raw_r_fast(). |
|
Definition at line 245 of file vuFourier_IO.cpp. References dword, and readNumber(). Referenced by vuFourierVolume< S >::readFourierFromFile(). |
Here is the call graph for this function:
|
Definition at line 118 of file vuFourier_IO.cpp. |
Here is the call graph for this function:
|
Definition at line 204 of file vuFourier_IO.cpp. |
Here is the call graph for this function:
|
Definition at line 166 of file vuFourier_IO.cpp. References byte, dword, and pad_r(). Referenced by vuFourierVolume< S >::readFourierFromFile(). |
Here is the call graph for this function:
|
Definition at line 24 of file vuFourier_IO.cpp. References dword. Referenced by read_head(). |
|
Definition at line 52 of file vuFourier_IO.cpp. |
Here is the call graph for this function:
|
Definition at line 85 of file vuFourier_IO.cpp. |
Here is the call graph for this function:
|
Definition at line 287 of file vuFourier_IO.cpp. References dword, and writeNumber(). Referenced by vuFourierVolume< S >::writeFourierToFile(). |
Here is the call graph for this function:
|
Definition at line 275 of file vuFourier_IO.cpp. References dword, and writeNumber(). |
Here is the call graph for this function:
|
Definition at line 38 of file vuFourier_IO.cpp. References dword. Referenced by write_fvr_head(), and write_pvp_head(). |