GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Go to the source code of this file.
Functions | |
void | Rast3d_set_standard3d_input_params () |
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}). More... | |
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 | ||
) |
char* Rast3d_get_window_params | ( | void | ) |
Definition at line 134 of file param.c.
References Option::answer, G_store(), NULL, and RASTER3D_WINDOW_ELEMENT.
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}).
void Rast3d_set_window_params | ( | void | ) |
Definition at line 121 of file param.c.
References _, Option::answer, Option::description, G_define_option(), Option::key, Option::multiple, NO, NULL, Option::required, Option::type, and TYPE_STRING.
Referenced by Rast3d_use_window_params().