#include <string.h>#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include <fcntl.h>#include <grass/config.h>#include "G.h"#include <grass/glocale.h>

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__put_null_value_row | ( | int | fd, | |
| char * | buf | |||
| ) |
| int G__write_data | ( | int | fd, | |
| int | row, | |||
| int | n | |||
| ) |
Definition at line 317 of file put_row.c.
References fileinfo::nbytes.
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 | |||
| ) |
Definition at line 206 of file put_row.c.
References G_fatal_error(), fileinfo::map_type, and fileinfo::name.
| 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(), G_update_cell_stats(), fileinfo::range, fileinfo::statf, and fileinfo::want_histogram.
| int G_put_raster_row | ( | int | fd, | |
| void * | buf, | |||
| RASTER_MAP_TYPE | data_type | |||
| ) |
Definition at line 220 of file put_row.c.
Referenced by G_put_c_raster_row(), G_put_d_raster_row(), and G_put_f_raster_row().
1.5.5