#include <stdio.h>#include <stdlib.h>#include <string.h>#include <math.h>#include "Inform.h"#include "utilities.h"#include "Isosurface.h"#include "VolumetricData.h"Go to the source code of this file.
Defines | |
| #define | ISOSURFACE_INTERNAL 1 |
| #define | MIN(X, Y) (((X)<(Y))? (X) : (Y)) |
| #define | MAX(X, Y) (((X)>(Y))? (X) : (Y)) |
|
|
Definition at line 15 of file Isosurface.C. |
|
|
|
Definition at line 19 of file Isosurface.C. Referenced by VolMapCreate::combo_addframe, VolMapCreateOccupancy::compute_frame, VolMapCreateDensity::compute_frame, VolMapCreateMask::compute_frame, overlap_f, rdf_cpu, IsoSurface::set_color_voltex_rgb3fv, vmd_gaussdensity, and vmd_gaussdensity_opt. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002