#include "Image_io.h"
#include <stdio.h>
#include <string.h>
#include <iostream.h>
Include dependency graph for FVR/Image_io.cpp:
Go to the source code of this file.
Namespaces | |
namespace | FVR_NS |
Functions | |
t_data * | pad (t_data *v, dword n) |
byte * | pad_r (byte *v, dword n) |
dword | readNumber (ifstream &fin) |
void | writeNumber (ofstream &fout, dword n) |
void | read_raw (ifstream &fin, t_data *vol, dword X, dword Y, dword Z, dword XSize, dword YSize, dword ZSize, dword d_size) |
void | read_raw (byte *data, 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_fast (ifstream &fin, byte *vol, dword X, dword Y, dword Z, dword XSize, dword YSize, dword ZSize, dword d_size) |
int | read_head (ifstream &fin, 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 | spitData (float *data, dword len, const char *fileName) |
void | spitVec3d (vuVector *vec, dword len, const char *fileName) |
|
Definition at line 10 of file FVR/Image_io.cpp. |
|
Definition at line 20 of file FVR/Image_io.cpp. |
|
Definition at line 227 of file FVR/Image_io.cpp. References SpecFVRNS::readNumber(). |
Here is the call graph for this function:
|
Definition at line 95 of file FVR/Image_io.cpp. References byte, data, dword, and SpecFVRNS::pad(). |
Here is the call graph for this function:
|
Definition at line 51 of file FVR/Image_io.cpp. References dword, SpecFVRNS::pad(), and t_data. |
Here is the call graph for this function:
|
Definition at line 178 of file FVR/Image_io.cpp. References buffer, byte, dword, and SpecFVRNS::pad_r(). Referenced by vu1112117::read_fvr(). |
Here is the call graph for this function:
|
Definition at line 139 of file FVR/Image_io.cpp. References byte, dword, and SpecFVRNS::pad_r(). |
Here is the call graph for this function:
|
Definition at line 28 of file FVR/Image_io.cpp. References dword. |
|
Definition at line 284 of file FVR/Image_io.cpp. |
|
Definition at line 305 of file FVR/Image_io.cpp. References dword. |
|
Definition at line 270 of file FVR/Image_io.cpp. References SpecFVRNS::writeNumber(). |
Here is the call graph for this function:
|
Definition at line 259 of file FVR/Image_io.cpp. References SpecFVRNS::writeNumber(). |
Here is the call graph for this function:
|
Definition at line 42 of file FVR/Image_io.cpp. |