|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|

Go to the source code of this file.
Functions | |
| void | Rast3d_set_standard3d_input_params (void) |
| Initializes a parameter structure for the subset of command line arguments which lets the user overwrite the default properties of the new file. Applications are encouraged to use this function in order to provide a uniform style. The command line arguments provided are the type of the cell values, the precision, the properties of the compression, and the dimension of the tiles (tiledimension). Every of these values defaults to the value described in RASTER3D Defaults. This function has to be used in conjunction with Rast3d_getStandard3dInputParams() (cf.{g3d:G3d.getStandard3dInputParams}). | |
| int | Rast3d_get_standard3d_params (int *useTypeDefault, int *type, int *useCompressionDefault, int *doCompression, int *usePrecisionDefault, int *precision, int *useDimensionDefault, int *tileX, int *tileY, int *tileZ) |
| void | Rast3d_set_window_params (void) |
| char * | Rast3d_get_window_params (void) |
| int Rast3d_get_standard3d_params | ( | int * | useTypeDefault, |
| int * | type, | ||
| int * | useCompressionDefault, | ||
| int * | doCompression, | ||
| int * | usePrecisionDefault, | ||
| int * | precision, | ||
| int * | useDimensionDefault, | ||
| int * | tileX, | ||
| int * | tileY, | ||
| int * | tileZ | ||
| ) |
Definition at line 53 of file param.c.
References _, DCELL_TYPE, FCELL_TYPE, Rast3d_error(), Rast3d_free(), Rast3d_get_compression_mode(), Rast3d_get_file_type(), Rast3d_get_tile_dimension(), Rast3d_init_defaults(), RASTER3D_COMPRESSION, RASTER3D_NO_COMPRESSION, and Option::type.
Definition at line 133 of file param.c.
References G_store(), NULL, and RASTER3D_WINDOW_ELEMENT.
Referenced by Rast3d_init_defaults().
Initializes a parameter structure for the subset of command line arguments which lets the user overwrite the default properties of the new file. Applications are encouraged to use this function in order to provide a uniform style. The command line arguments provided are the type of the cell values, the precision, the properties of the compression, and the dimension of the tiles (tiledimension). Every of these values defaults to the value described in RASTER3D Defaults. This function has to be used in conjunction with Rast3d_getStandard3dInputParams() (cf.{g3d:G3d.getStandard3dInputParams}).
Definition at line 38 of file param.c.
References G_define_standard_option(), G_OPT_R3_COMPRESSION, G_OPT_R3_PRECISION, G_OPT_R3_TILE_DIMENSION, G_OPT_R3_TYPE, and Rast3d_malloc().
Definition at line 120 of file param.c.
References _, G_define_option(), NO, NULL, and TYPE_STRING.
Referenced by Rast3d_use_window_params().