#include <vector>
#include <vcg/simplex/vertex/base.h>
#include <vcg/simplex/vertex/component_occ.h>
#include <vcg/simplex/vertex/component.h>
#include <map>
#include <string>
#include <list>
#include <algorithm>
#include <assert.h>
#include <vcg/container/entries_allocation_table.h>
#include <vcg/simplex/face/base.h>
#include <vcg/simplex/face/component.h>
#include <vcg/complex/trimesh/base.h>
#include <vcg/complex/trimesh/create/platonic.h>
Go to the source code of this file.
Classes | |
class | MyFace |
class | MyMesh |
the main mesh class More... | |
class | MyVertex |
Functions | |
int | main () |
int main | ( | ) |
Definition at line 18 of file trimesh_optional_ocf.cpp.