GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Data Fields | |
struct Option * | type |
struct Option * | precision |
struct Option * | compression |
struct Option * | dimension |
struct Option * | cache |
Definition at line 8 of file g3dparam.c.
struct Option* G3d_paramType::cache |
Definition at line 15 of file g3dparam.c.
struct Option* G3d_paramType::compression |
Definition at line 13 of file g3dparam.c.
Referenced by G3d_getStandard3dParams(), and G3d_setStandard3dInputParams().
struct Option* G3d_paramType::dimension |
Definition at line 14 of file g3dparam.c.
Referenced by G3d_getStandard3dParams(), and G3d_setStandard3dInputParams().
struct Option* G3d_paramType::precision |
Definition at line 12 of file g3dparam.c.
Referenced by G3d_getStandard3dParams(), and G3d_setStandard3dInputParams().
struct Option* G3d_paramType::type |
Definition at line 11 of file g3dparam.c.
Referenced by G3d_getStandard3dParams(), G3d_setStandard3dInputParams(), and widgets.BaseValidator::Validate().