GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <ogsf.h>
Data Fields | |
IFLAG | att_src |
int | hfile |
int(* | user_func )() |
float | constant |
void * | att_data |
int | changed |
void* geovol_isosurf_att::att_data |
Definition at line 411 of file ogsf.h.
Referenced by gvl_isosurf_init().
IFLAG geovol_isosurf_att::att_src |
Definition at line 405 of file ogsf.h.
Referenced by gvl_isosurf_get_att_src(), and gvl_isosurf_init().
int geovol_isosurf_att::changed |
Definition at line 412 of file ogsf.h.
Referenced by gvl_isosurf_init(), and gvl_isosurf_set_att_changed().
float geovol_isosurf_att::constant |
Definition at line 409 of file ogsf.h.
Referenced by gvl_isosurf_init(), and gvl_isosurf_set_att_const().
int geovol_isosurf_att::hfile |
Definition at line 407 of file ogsf.h.
Referenced by gvl_isosurf_init(), and iso_get_range().
int(* geovol_isosurf_att::user_func) () |
Definition at line 408 of file ogsf.h.
Referenced by gvl_isosurf_init().