#include <stdio.h>#include <vcg/space/point3.h>#include <vcg/space/box3.h>#include <vcg/math/perlin_noise.h>#include <vcg/simplex/vertex/base.h>#include <vcg/simplex/face/base.h>#include <vcg/complex/trimesh/base.h>#include <vcg/complex/trimesh/allocate.h>#include <vcg/complex/trimesh/create/marching_cubes.h>#include <assert.h>#include "mc_lookup_table.h"#include <float.h>#include <vector>#include <vcg/math/base.h>#include "deprecated_matrix.h"#include <vcg/math/lin_algebra.h>#include <vcg/simplex/face/topology.h>#include <vcg/complex/trimesh/update/edges.h>#include <vcg/complex/trimesh/update/normal.h>#include <vcg/complex/trimesh/update/topology.h>#include "emc_lookup_table.h"#include <wrap/callback.h>#include <wrap/io_trimesh/export_ply.h>

Go to the source code of this file.
Classes | |
| class | MyFace |
| class | MyMesh |
| the main mesh class More... | |
| struct | MyUsedTypes |
| class | MyVertex |
Typedefs | |
| typedef SimpleVolume< SimpleVoxel > | MyVolume |
| typedef float | ScalarType |
Functions | |
| int | main (int, char) |
| typedef SimpleVolume<SimpleVoxel> MyVolume |
Definition at line 38 of file trimesh_isosurface.cpp.
| typedef float ScalarType |
Definition at line 20 of file trimesh_isosurface.cpp.
| int main | ( | int | , | |
| char | ||||
| ) |
Definition at line 40 of file trimesh_isosurface.cpp.