#include <string.h>#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include <fcntl.h>#include "config.h"#include "G.h"#include "glocale.h"Include dependency graph for put_row.c:

Go to the source code of this file.
Functions | |
| int | G_zeros_r_nulls (int zeros_r_nulls) |
| int | G_put_map_row_random (int fd, CELL *buf, int row, int col, int n) |
| int | G__put_null_value_row (int fd, char *buf) |
| int | G_put_map_row (int fd, CELL *buf) |
| int | G_put_raster_row (int fd, void *buf, RASTER_MAP_TYPE data_type) |
| int | G_put_c_raster_row (int fd, CELL *buf) |
| int | G_put_f_raster_row (int fd, FCELL *buf) |
| int | G_put_d_raster_row (int fd, DCELL *buf) |
| int | G__write_data (int fd, int row, int n) |
| int | G__write_data_compressed (int fd, int row, int n) |
| int | G__open_null_write (int fd) |
| int | G__write_null_bits (int null_fd, unsigned char *flags, int row, int cols, int fd) |
| int G__open_null_write | ( | int | fd | ) |
| int G__write_data | ( | int | fd, | |
| int | row, | |||
| int | n | |||
| ) |
Definition at line 320 of file put_row.c.
Referenced by G__random_d_initialize_0(), and G__random_f_initialize_0().
| int G__write_data_compressed | ( | int | fd, | |
| int | row, | |||
| int | n | |||
| ) |
| int G__write_null_bits | ( | int | null_fd, | |
| unsigned char * | flags, | |||
| int | row, | |||
| int | cols, | |||
| int | fd | |||
| ) |
| int G_put_c_raster_row | ( | int | fd, | |
| CELL * | buf | |||
| ) |
| int G_put_d_raster_row | ( | int | fd, | |
| DCELL * | buf | |||
| ) |
| int G_put_f_raster_row | ( | int | fd, | |
| FCELL * | buf | |||
| ) |
| int G_put_map_row | ( | int | fd, | |
| CELL * | buf | |||
| ) |
| int G_put_map_row_random | ( | int | fd, | |
| CELL * | buf, | |||
| int | row, | |||
| int | col, | |||
| int | n | |||
| ) |
Definition at line 168 of file put_row.c.
References G_row_update_range(), and G_update_cell_stats().
| int G_put_raster_row | ( | int | fd, | |
| void * | buf, | |||
| RASTER_MAP_TYPE | data_type | |||
| ) |
Definition at line 219 of file put_row.c.
Referenced by G_put_c_raster_row(), G_put_d_raster_row(), and G_put_f_raster_row().
1.4.7