GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <grass/config.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xatom.h>
#include <GL/glx.h>
#include <grass/ogsf.h>
#include <grass/defs/nviz.h>
Go to the source code of this file.
Data Structures | |
struct | light_data |
struct | fringe_data |
struct | arrow_data |
struct | scalebar_data |
struct | nv_data |
struct | render_window |
Macros | |
#define | GL_GLEXT_PROTOTYPES |
#define | MAP_OBJ_UNDEFINED 0 |
#define | MAP_OBJ_SURF 1 |
#define | MAP_OBJ_VOL 2 |
#define | MAP_OBJ_VECT 3 |
#define | MAP_OBJ_SITE 4 |
#define | DRAW_COARSE 0 |
#define | DRAW_FINE 1 |
#define | DRAW_BOTH 2 |
#define | DRAW_QUICK_SURFACE 0x01 |
#define | DRAW_QUICK_VLINES 0x02 |
#define | DRAW_QUICK_VPOINTS 0x04 |
#define | DRAW_QUICK_VOLUME 0x08 |
#define | RANGE (5 * GS_UNIT_SIZE) |
#define | RANGE_OFFSET (2 * GS_UNIT_SIZE) |
#define | ZRANGE (3 * GS_UNIT_SIZE) |
#define | ZRANGE_OFFSET (1 * GS_UNIT_SIZE) |
#define | DEFAULT_SURF_COLOR 0x33BBFF |
#define | FORMAT_PPM 1 |
#define | FORMAT_TIF 2 |
#define DEFAULT_SURF_COLOR 0x33BBFF |
Definition at line 63 of file nviz.h.
Referenced by Nviz_set_surface_attr_default().
#define RANGE (5 * GS_UNIT_SIZE) |
Definition at line 58 of file nviz.h.
Referenced by Nviz_get_viewpoint_position(), and Nviz_set_viewpoint_position().
#define RANGE_OFFSET (2 * GS_UNIT_SIZE) |
Definition at line 59 of file nviz.h.
Referenced by Nviz_get_viewpoint_position(), and Nviz_set_viewpoint_position().
#define ZRANGE (3 * GS_UNIT_SIZE) |
#define ZRANGE_OFFSET (1 * GS_UNIT_SIZE) |