Classes | |
class | FVR_NS::Filter |
class | FVR_NS::TorstensFilters |
Functions | |
void | initTransforms (void) |
void | destroyTransforms (void) |
void | initTransform2D (dword XSize, dword YSize) |
void | transform2D (t_data *x) |
void | destroyTransform2D (void) |
void | initTransform3D (dword XSize, dword YSize, dword ZSize) |
void | transform3D (t_data *x) |
void | destroyTransform3D (void) |
void | shift3D (t_data *x, dword XSize, dword YSize, dword ZSize) |
void | shift2D (t_data *x, dword XSize, dword YSize) |
void | shift_copy2D (t_data *dest, t_data *src, dword XSize, dword YSize) |
int | vcoord (int x, int y, int z) |
void | doStuff (t_data *x, int xMax, int yMax, int zMax) |
t_data | eval_f_c (t_data x) |
t_data | eval_f_r (t_data x) |
t_data | rfilter (t_data r, t_data c, t_data x) |
t_data | cfilter (t_data r, t_data c, t_data x) |
t_data | roundThings (t_data value) |
Sphere 64^3 = .0000008 UNCBrain 128^3 = .000001. | |
vuVector * | computeGradient (t_data *volume) |
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) |
int | d0_c0_1ef (t_data a, t_data t, t_data *coeff) |
int | d0_c0_2ef (t_data a, t_data t, t_data *coeff) |
int | d0_c0_3ef (t_data a, t_data t, t_data *coeff) |
int | d0_c0_4ef (t_data a, t_data t, t_data *coeff) |
int | d0_c1_1ef (t_data a, t_data t, t_data *coeff) |
int | d0_c1_2ef (t_data a, t_data t, t_data *coeff) |
int | d0_c1_3ef (t_data a, t_data t, t_data *coeff) |
int | d0_c1_4ef (t_data a, t_data t, t_data *coeff) |
int | d0_c2_1ef (t_data a, t_data t, t_data *coeff) |
int | d0_c2_2ef (t_data a, t_data t, t_data *coeff) |
int | d0_c2_3ef (t_data a, t_data t, t_data *coeff) |
int | d0_c2_4ef (t_data a, t_data t, t_data *coeff) |
int | d0_c3_1ef (t_data a, t_data t, t_data *coeff) |
int | d0_c3_2ef (t_data a, t_data t, t_data *coeff) |
int | d0_c3_3ef (t_data a, t_data t, t_data *coeff) |
int | d0_c3_4ef (t_data a, t_data t, t_data *coeff) |
int | d0_cn_1ef (t_data a, t_data t, t_data *coeff) |
int | d0_cn_2ef (t_data a, t_data t, t_data *coeff) |
int | d0_cn_3ef (t_data a, t_data t, t_data *coeff) |
int | d0_cn_4ef (t_data a, t_data t, t_data *coeff) |
int | d1_c0_1ef (t_data a, t_data t, t_data *coeff) |
int | d1_c0_2ef (t_data a, t_data t, t_data *coeff) |
int | d1_c0_3ef (t_data a, t_data t, t_data *coeff) |
int | d1_c0_4ef (t_data a, t_data t, t_data *coeff) |
int | d1_c1_1ef (t_data a, t_data t, t_data *coeff) |
int | d1_c1_2ef (t_data a, t_data t, t_data *coeff) |
int | d1_c1_3ef (t_data a, t_data t, t_data *coeff) |
int | d1_c1_4ef (t_data a, t_data t, t_data *coeff) |
int | d1_c2_1ef (t_data a, t_data t, t_data *coeff) |
int | d1_c2_2ef (t_data a, t_data t, t_data *coeff) |
int | d1_c2_3ef (t_data a, t_data t, t_data *coeff) |
int | d1_c2_4ef (t_data a, t_data t, t_data *coeff) |
int | d1_c3_1ef (t_data a, t_data t, t_data *coeff) |
int | d1_c3_2ef (t_data a, t_data t, t_data *coeff) |
int | d1_c3_3ef (t_data a, t_data t, t_data *coeff) |
int | d1_c3_4ef (t_data a, t_data t, t_data *coeff) |
int | d1_cn_1ef (t_data a, t_data t, t_data *coeff) |
int | d1_cn_2ef (t_data a, t_data t, t_data *coeff) |
int | d1_cn_3ef (t_data a, t_data t, t_data *coeff) |
int | d1_cn_4ef (t_data a, t_data t, t_data *coeff) |
void | iTransform3D (t_data *x) |
Variables | |
fftwnd_plan | g_plan_2D |
bool | g_plan_exists = false |
dword | g_x3d |
dword | g_y3d |
dword | g_z3d |
t_data | wm3g |
t_data | wm3f |
t_data | wm3e |
t_data | wm3d |
t_data | wm3c |
t_data | wm3b |
t_data | wm3a |
t_data | wm2h |
t_data | wm2g |
t_data | wm2f |
t_data | wm2e |
t_data | wm2d |
t_data | wm2c |
t_data | wm2b |
t_data | wm2a |
t_data | wm1h |
t_data | wm1g |
t_data | wm1f |
t_data | wm1e |
t_data | wm1d |
t_data | wm1c |
t_data | wm1b |
t_data | wm1a |
t_data | wm0h |
t_data | wm0g |
t_data | wm0f |
t_data | wm0e |
t_data | wm0d |
t_data | wm0c |
t_data | wm0b |
t_data | wm0a |
t_data | wp1h |
t_data | wp1g |
t_data | wp1f |
t_data | wp1e |
t_data | wp1d |
t_data | wp1c |
t_data | wp1b |
t_data | wp1a |
t_data | wp2g |
t_data | wp2f |
t_data | wp2e |
t_data | wp2d |
t_data | wp2c |
t_data | wp2b |
t_data | wp2a |
|
Definition at line 226 of file FVR/FFT.cpp. References eval_f_c(), eval_f_r(), and t_data. Referenced by computeGradient(). |
Here is the call graph for this function:
|
Definition at line 242 of file FVR/FFT.cpp. References cfilter(), doStuff(), dword, g_x3d, g_y3d, g_z3d, rfilter(), roundThings(), t_data, and vcoord(). Referenced by realTrans(). |
Here is the call graph for this function:
|
Definition at line 24 of file FVR/tfilters.cpp. Referenced by vuFVR::init(). |
|
Definition at line 35 of file FVR/tfilters.cpp. |
|
Definition at line 46 of file FVR/tfilters.cpp. |
|
Definition at line 61 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm0d, wm1a, wm1b, wm1c, wm1d, wm2a, wm2b, wm2c, wm2d, wp1a, wp1b, wp1c, and wp1d. |
|
Definition at line 81 of file FVR/tfilters.cpp. |
|
Definition at line 95 of file FVR/tfilters.cpp. |
|
Definition at line 114 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm0d, wm1a, wm1b, wm1c, wm1d, wm2a, wm2b, wm2c, wm2d, wp1a, wp1b, wp1c, and wp1d. |
|
Definition at line 135 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm0d, wm1a, wm1b, wm1c, wm1d, wm2a, wm2b, wm2c, wm2d, wm3a, wm3b, wm3c, wm3d, wp1a, wp1b, wp1c, wp1d, wp2a, wp2b, wp2c, and wp2d. |
|
Definition at line 161 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm0d, wm0e, wm0f, wm1a, wm1b, wm1c, wm1d, wm1e, and wm1f. |
|
Definition at line 172 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm0d, wm1a, wm1b, wm1c, wm1d, wm2a, wm2b, wm2c, wm2d, wp1a, wp1b, wp1c, and wp1d. |
|
Definition at line 187 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm0d, wm0e, wm0f, wm1a, wm1b, wm1c, wm1d, wm1e, wm1f, wm2a, wm2b, wm2c, wm2d, wm2e, wm2f, wp1a, wp1b, wp1c, wp1d, wp1e, and wp1f. |
|
Definition at line 207 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm0d, wm1a, wm1b, wm1c, wm1d, wm2a, wm2b, wm2c, wm2d, wm3a, wm3b, wm3c, wm3d, wp1a, wp1b, wp1c, wp1d, wp2a, wp2b, wp2c, and wp2d. |
|
Definition at line 226 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm0d, wm0e, wm0f, wm0g, wm0h, wm1a, wm1b, wm1c, wm1d, wm1e, wm1f, wm1g, and wm1h. |
|
Definition at line 237 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm0d, wm0e, wm0f, wm1a, wm1b, wm1c, wm1d, wm1e, wm1f, wm2a, wm2b, wm2c, wm2d, wm2e, wm2f, wp1a, wp1b, wp1c, wp1d, wp1e, and wp1f. |
|
Definition at line 252 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm0d, wm0e, wm0f, wm0g, wm0h, wm1a, wm1b, wm1c, wm1d, wm1e, wm1f, wm1g, wm1h, wm2a, wm2b, wm2c, wm2d, wm2e, wm2f, wm2g, wm2h, wp1a, wp1b, wp1c, wp1d, wp1e, wp1f, wp1g, and wp1h. |
|
Definition at line 267 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm0d, wm0e, wm0f, wm1a, wm1b, wm1c, wm1d, wm1e, wm1f, wm2a, wm2b, wm2c, wm2d, wm2e, wm2f, wm3a, wm3b, wm3c, wm3d, wm3e, wm3f, wp1a, wp1b, wp1c, wp1d, wp1e, wp1f, wp2a, wp2b, wp2c, wp2d, wp2e, and wp2f. |
|
Definition at line 286 of file FVR/tfilters.cpp. |
|
Definition at line 294 of file FVR/tfilters.cpp. |
|
Definition at line 302 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm1a, wm1b, wm1c, wm2a, wm2b, wm2c, wp1a, wp1b, and wp1c. |
|
Definition at line 317 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm0d, wm1a, wm1b, wm1c, wm1d, wm2a, wm2b, wm2c, wm2d, wp1a, wp1b, wp1c, and wp1d. |
|
Definition at line 332 of file FVR/tfilters.cpp. |
|
Definition at line 342 of file FVR/tfilters.cpp. |
|
Definition at line 352 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm1a, wm1b, wm1c, wm2a, wm2b, wm2c, wm3a, wm3b, wm3c, wp1a, wp1b, wp1c, wp2a, wp2b, and wp2c. |
|
Definition at line 371 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm0d, wm1a, wm1b, wm1c, wm1d, wm2a, wm2b, wm2c, wm2d, wm3a, wm3b, wm3c, wm3d, wp1a, wp1b, wp1c, wp1d, wp2a, wp2b, wp2c, and wp2d. |
|
Definition at line 390 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm1a, wm1b, wm1c, wm2a, wm2b, wm2c, wp1a, wp1b, and wp1c. |
|
Definition at line 405 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm1a, wm1b, wm1c, wm2a, wm2b, wm2c, wp1a, wp1b, and wp1c. |
|
Definition at line 420 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm1a, wm1b, wm1c, wm2a, wm2b, wm2c, wm3a, wm3b, wm3c, wp1a, wp1b, wp1c, wp2a, wp2b, and wp2c. |
|
Definition at line 439 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm0d, wm1a, wm1b, wm1c, wm1d, wm2a, wm2b, wm2c, wm2d, wm3a, wm3b, wm3c, wm3d, wp1a, wp1b, wp1c, wp1d, wp2a, wp2b, wp2c, and wp2d. |
|
Definition at line 458 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm0d, wm0e, wm1a, wm1b, wm1c, wm1d, wm1e, wm2a, wm2b, wm2c, wm2d, wm2e, wp1a, wp1b, wp1c, wp1d, and wp1e. |
|
Definition at line 473 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm0d, wm0e, wm1a, wm1b, wm1c, wm1d, wm1e, wm2a, wm2b, wm2c, wm2d, wm2e, wp1a, wp1b, wp1c, wp1d, and wp1e. |
|
Definition at line 488 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm0d, wm0e, wm1a, wm1b, wm1c, wm1d, wm1e, wm2a, wm2b, wm2c, wm2d, wm2e, wm3a, wm3b, wm3c, wm3d, wm3e, wp1a, wp1b, wp1c, wp1d, wp1e, wp2a, wp2b, wp2c, wp2d, and wp2e. |
|
Definition at line 507 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm0d, wm0e, wm1a, wm1b, wm1c, wm1d, wm1e, wm2a, wm2b, wm2c, wm2d, wm2e, wm3a, wm3b, wm3c, wm3d, wm3e, wp1a, wp1b, wp1c, wp1d, wp1e, wp2a, wp2b, wp2c, wp2d, and wp2e. |
|
Definition at line 526 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm0d, wm0e, wm0f, wm1a, wm1b, wm1c, wm1d, wm1e, wm1f, wm2a, wm2b, wm2c, wm2d, wm2e, wm2f, wp1a, wp1b, wp1c, wp1d, wp1e, and wp1f. |
|
Definition at line 541 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0e, wm0f, wm0g, wm1a, wm1b, wm1e, wm1f, wm1g, wm2a, wm2b, wm2e, wm2f, wm2g, wp1a, wp1b, wp1e, wp1f, and wp1g. |
|
Definition at line 556 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm0d, wm0e, wm0f, wm1a, wm1b, wm1c, wm1d, wm1e, wm1f, wm2a, wm2b, wm2c, wm2d, wm2e, wm2f, wm3a, wm3b, wm3c, wm3d, wm3e, wm3f, wp1a, wp1b, wp1c, wp1d, wp1e, wp1f, wp2a, wp2b, wp2c, wp2d, wp2e, and wp2f. |
|
Definition at line 575 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm0d, wm0e, wm0f, wm0g, wm1a, wm1b, wm1c, wm1d, wm1e, wm1f, wm1g, wm2a, wm2b, wm2c, wm2d, wm2e, wm2f, wm2g, wm3a, wm3b, wm3c, wm3d, wm3e, wm3f, wm3g, wp1a, wp1b, wp1c, wp1d, wp1e, wp1f, wp1g, wp2a, wp2b, wp2c, wp2d, wp2e, wp2f, and wp2g. |
|
Definition at line 594 of file FVR/tfilters.cpp. |
|
Definition at line 604 of file FVR/tfilters.cpp. References wm0a, wm0b, wm1a, wm1b, wm2a, wm2b, wp1a, and wp1b. |
|
Definition at line 619 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm1a, wm1b, wm1c, wm2a, wm2b, wm2c, wp1a, wp1b, and wp1c. |
|
Definition at line 634 of file FVR/tfilters.cpp. References wm0a, wm0b, wm0c, wm0d, wm1a, wm1b, wm1c, wm1d, wm2a, wm2b, wm2c, wm2d, wm3a, wm3b, wm3c, wm3d, wp1a, wp1b, wp1c, wp1d, wp2a, wp2b, wp2c, and wp2d. |
|
Definition at line 54 of file FVR/FFT.cpp. References fftwnd_destroy_plan(), g_plan_2D, and g_plan_exists. Referenced by vu1112117::~vu1112117(). |
Here is the call graph for this function:
|
Definition at line 82 of file FVR/FFT.cpp. References g_x3d, g_y3d, and g_z3d. Referenced by vu1112117::preprocess(), and realTrans(). |
|
Definition at line 30 of file FVR/FFT.cpp. References fftw_export_wisdom_to_file(), and WISDOM. Referenced by vu1112117::~vu1112117(). |
Here is the call graph for this function:
|
Definition at line 184 of file FVR/FFT.cpp. References fftw3d_create_plan(), FFTW_BACKWARD, FFTW_IN_PLACE, FFTW_MEASURE, FFTW_USE_WISDOM, fftwnd_destroy_plan(), fftwnd_one(), fftwnd_plan, NULL, and SpecFVRNS::shift3D(). Referenced by computeGradient(). |
Here is the call graph for this function:
|
Definition at line 198 of file FVR/FFT.cpp. References t_data. |
|
Definition at line 213 of file FVR/FFT.cpp. References t_data. |
|
Definition at line 41 of file FVR/FFT.cpp. References fftw2d_create_plan(), FFTW_BACKWARD, FFTW_IN_PLACE, FFTW_MEASURE, FFTW_USE_WISDOM, g_plan_2D, and g_plan_exists. |
Here is the call graph for this function:
|
Definition at line 62 of file FVR/FFT.cpp. |
|
Definition at line 18 of file FVR/FFT.cpp. References fftw_import_wisdom_from_file(), and WISDOM. Referenced by vu1112117::vu1112117(). |
Here is the call graph for this function:
|
|
|
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 218 of file FVR/FFT.cpp. References eval_f_c(), eval_f_r(), and t_data. Referenced by computeGradient(). |
Here is the call graph for this function:
|
Sphere 64^3 = .0000008 UNCBrain 128^3 = .000001.
Definition at line 237 of file FVR/FFT.cpp. References t_data. Referenced by computeGradient(). |
|
Definition at line 129 of file FVR/FFT.cpp. References dword. |
|
Definition at line 89 of file FVR/FFT.cpp. References dword. |
|
Definition at line 154 of file FVR/FFT.cpp. |
|
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 47 of file FVR/FFT.cpp. References fftwnd_one(), and g_plan_2D. |
Here is the call graph for this function:
|
Definition at line 69 of file FVR/FFT.cpp. References dword, fftw3d_create_plan(), FFTW_ESTIMATE, FFTW_FORWARD, FFTW_IN_PLACE, FFTW_USE_WISDOM, fftwnd_destroy_plan(), fftwnd_one(), fftwnd_plan, g_x3d, g_y3d, g_z3d, NULL, and t_data. |
Here is the call graph for this function:
|
Definition at line 179 of file FVR/FFT.cpp. Referenced by computeGradient(). |
|
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. |
|
Definition at line 12 of file FVR/FFT.cpp. Referenced by destroyTransform2D(), initTransform2D(), and transform2D(). |
|
Definition at line 13 of file FVR/FFT.cpp. Referenced by destroyTransform2D(), and initTransform2D(). |
|
Definition at line 14 of file FVR/FFT.cpp. Referenced by computeGradient(), destroyTransform3D(), initTransform3D(), transform3D(), and vcoord(). |
|
Definition at line 15 of file FVR/FFT.cpp. Referenced by computeGradient(), destroyTransform3D(), initTransform3D(), transform3D(), and vcoord(). |
|
Definition at line 16 of file FVR/FFT.cpp. Referenced by computeGradient(), destroyTransform3D(), initTransform3D(), and transform3D(). |
|
Definition at line 19 of file FVR/tfilters.cpp. |
|
Definition at line 19 of file FVR/tfilters.cpp. |
|
Definition at line 19 of file FVR/tfilters.cpp. |
|
Definition at line 19 of file FVR/tfilters.cpp. |
|
Definition at line 19 of file FVR/tfilters.cpp. |
|
Definition at line 19 of file FVR/tfilters.cpp. |
|
Definition at line 19 of file FVR/tfilters.cpp. |
|
Definition at line 19 of file FVR/tfilters.cpp. |
|
Definition at line 18 of file FVR/tfilters.cpp. |
|
Definition at line 18 of file FVR/tfilters.cpp. |
|
Definition at line 18 of file FVR/tfilters.cpp. |
|
Definition at line 18 of file FVR/tfilters.cpp. |
|
Definition at line 18 of file FVR/tfilters.cpp. |
|
Definition at line 18 of file FVR/tfilters.cpp. |
|
Definition at line 18 of file FVR/tfilters.cpp. |
|
Definition at line 18 of file FVR/tfilters.cpp. |
|
Definition at line 17 of file FVR/tfilters.cpp. |
|
Definition at line 17 of file FVR/tfilters.cpp. |
|
Definition at line 17 of file FVR/tfilters.cpp. |
|
Definition at line 17 of file FVR/tfilters.cpp. |
|
Definition at line 17 of file FVR/tfilters.cpp. |
|
Definition at line 17 of file FVR/tfilters.cpp. |
|
Definition at line 17 of file FVR/tfilters.cpp. |
|
Definition at line 17 of file FVR/tfilters.cpp. |
|
Definition at line 16 of file FVR/tfilters.cpp. |
|
Definition at line 16 of file FVR/tfilters.cpp. |
|
Definition at line 16 of file FVR/tfilters.cpp. |
|
Definition at line 16 of file FVR/tfilters.cpp. |
|
Definition at line 16 of file FVR/tfilters.cpp. |
|
Definition at line 16 of file FVR/tfilters.cpp. |
|
Definition at line 16 of file FVR/tfilters.cpp. |
|
Definition at line 20 of file FVR/tfilters.cpp. |
|
Definition at line 20 of file FVR/tfilters.cpp. |
|
Definition at line 20 of file FVR/tfilters.cpp. |
|
Definition at line 20 of file FVR/tfilters.cpp. |
|
Definition at line 20 of file FVR/tfilters.cpp. |
|
Definition at line 20 of file FVR/tfilters.cpp. |
|
Definition at line 20 of file FVR/tfilters.cpp. |
|
Definition at line 20 of file FVR/tfilters.cpp. |
|
Definition at line 21 of file FVR/tfilters.cpp. |
|
Definition at line 21 of file FVR/tfilters.cpp. |
|
Definition at line 21 of file FVR/tfilters.cpp. |
|
Definition at line 21 of file FVR/tfilters.cpp. |
|
Definition at line 21 of file FVR/tfilters.cpp. |
|
Definition at line 21 of file FVR/tfilters.cpp. |
|
Definition at line 21 of file FVR/tfilters.cpp. |