A simple struct to hold a pair of width/height dimensions. More...
#include <Envision/env_types.h>
Public Attributes | |
env_size_t | w |
The width. | |
env_size_t | h |
The height. |
A simple struct to hold a pair of width/height dimensions.
Definition at line 81 of file env_types.h.
env_size_t env_dims::h |
The height.
Definition at line 84 of file env_types.h.
Referenced by cMapLeftBiasProc(), env_chan_color(), env_dec_x(), env_dec_xy(), env_dec_y(), env_img_initialized(), env_img_size(), env_stdio_parse_rgb(), EnvVisualCortexFloat::input(), EnvVisualCortex::input(), and is_dyadic().
env_size_t env_dims::w |
The width.
Definition at line 83 of file env_types.h.
Referenced by cMapLearnProc(), cMapLeftBiasProc(), env_chan_color(), env_dec_x(), env_dec_xy(), env_dec_y(), env_img_initialized(), env_img_size(), env_stdio_parse_rgb(), EnvVisualCortexFloat::input(), EnvVisualCortex::input(), and is_dyadic().