#include <stdio.h>
#include <wrap/io_trimesh/export_ply.h>
#include "Definitions.h"
#include <vcg/simplex/vertex/with/afvmvn.h>
#include <vcg/simplex/face/with/afavfn.h>
#include <vcg/simplex/edge/with/ae.h>
#include <vcg/complex/trimesh/base.h>
#include <vcg/complex/trimesh/allocate.h>
#include "Definitions.h"
#include "Volume.h"
#include <vcg/complex/trimesh/create/marching_cubes.h>
#include <vcg/complex/trimesh/create/extended_marching_cubes.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 9 of file test/extractors/extractor/main.cpp.