#include <vcg/complex/complex.h>
#include <vcg/math/perlin_noise.h>
#include <vcg/complex/algorithms/create/marching_cubes.h>
#include <vcg/complex/algorithms/create/extended_marching_cubes.h>
#include <vcg/complex/algorithms/create/mc_trivial_walker.h>
#include <wrap/io_trimesh/export_ply.h>
Go to the source code of this file.
Classes | |
class | MyFace |
class | MyMesh |
struct | MyUsedTypes |
class | MyVertex |
Typedefs | |
typedef SimpleVolume < SimpleVoxel< float > > | MyVolume |
typedef float | ScalarType |
Functions | |
int | main (int, char **) |
typedef SimpleVolume<SimpleVoxel<float> > MyVolume |
Definition at line 48 of file trimesh_isosurface.cpp.
typedef float ScalarType |
Definition at line 33 of file trimesh_isosurface.cpp.
int main | ( | int | , |
char ** | |||
) |
Definition at line 50 of file trimesh_isosurface.cpp.