GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-36359e2344
|
#include <ogsf.h>
Data Fields | |
IFLAG | att_src |
int | hfile |
int(* | user_func )(void) |
float | constant |
void * | att_data |
int | changed |
void* geovol_isosurf_att::att_data |
Definition at line 405 of file ogsf.h.
Referenced by gvl_isosurf_init(), and gvl_isosurf_set_att_src().
IFLAG geovol_isosurf_att::att_src |
Definition at line 399 of file ogsf.h.
Referenced by gvl_isosurf_get_att_src(), gvl_isosurf_init(), and gvl_isosurf_set_att_src().
int geovol_isosurf_att::changed |
Definition at line 406 of file ogsf.h.
Referenced by gvl_isosurf_init(), and gvl_isosurf_set_att_changed().
float geovol_isosurf_att::constant |
Definition at line 403 of file ogsf.h.
Referenced by GVL_isosurf_get_att(), gvl_isosurf_init(), and gvl_isosurf_set_att_const().
int geovol_isosurf_att::hfile |
Definition at line 401 of file ogsf.h.
Referenced by GVL_isosurf_get_att(), gvl_isosurf_init(), gvl_isosurf_set_att_src(), and iso_get_range().
int(* geovol_isosurf_att::user_func) (void) |
Definition at line 402 of file ogsf.h.
Referenced by gvl_isosurf_init().