#include <volume_io/internal_volume_io.h>#include <bicpl/vols.h>#include <bicpl/numerical.h>Include dependency graph for box_filter.c:

Go to the source code of this file.
Defines | |
| #define | DEBUG |
| #define | INITIALIZE_SAMPLE(half_width, receding, advancing, left_weight, right_weight) |
| #define | GET_FIRST_SAMPLE(advancing, left_weight, size, data, sample) |
| #define | GET_NEXT_SAMPLE(receding, advancing, left_weight, right_weight, size, data, sample) |
Functions | |
| public Volume | create_box_filtered_volume (Volume volume, nc_type nc_data_type, BOOLEAN sign_flag, Real real_min_value, Real real_max_value, Real x_width, Real y_width, Real z_width) |
|
|
Definition at line 23 of file box_filter.c. |
|
|
Value:
Definition at line 53 of file box_filter.c. Referenced by create_box_filtered_volume(). |
|
|
Value:
Definition at line 65 of file box_filter.c. Referenced by create_box_filtered_volume(). |
|
|
Value:
Definition at line 37 of file box_filter.c. Referenced by create_box_filtered_volume(). |
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 113 of file box_filter.c. References FALSE, GET_FIRST_SAMPLE, GET_NEXT_SAMPLE, INITIALIZE_SAMPLE, numerically_close(), and y. |
1.3.7