GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
OGSF library - loading and manipulating volumes, MarchingCubes 33 Algorithm (lower level functions) More...
Go to the source code of this file.
Functions | |
int | mc33_test_face (char face, float *v) |
ADD. More... | |
int | mc33_test_interior (char s, float *v) |
ADD. More... | |
int | mc33_process_cube (int c_ndx, float *v) |
ADD. More... | |
Variables | |
unsigned char | m_case |
unsigned char | m_config |
unsigned char | m_subconfig |
OGSF library - loading and manipulating volumes, MarchingCubes 33 Algorithm (lower level functions)
GRASS OpenGL gsurf OGSF Library
Based on implementation of MarchingCubes 33 Algorithm by Thomas Lewiner, thoma, Math Dept, PUC-Rio s.le winer @pol ytech niqu e.org
(C) 1999-2008 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file gvl_calc2.c.
int mc33_process_cube | ( | int | c_ndx, |
float * | v | ||
) |
int mc33_test_face | ( | char | face, |
float * | v | ||
) |
int mc33_test_interior | ( | char | s, |
float * | v | ||
) |
unsigned char m_case |
Definition at line 29 of file gvl_calc2.c.
Referenced by mc33_process_cube().
unsigned char m_config |
Definition at line 29 of file gvl_calc2.c.
unsigned char m_subconfig |
Definition at line 29 of file gvl_calc2.c.