TM2IN
0.5.1
|
#include "polyhedron.h"
#include "features/Wall/Surface.h"
#include "features/Wall/Triangle.h"
#include "features/Vertex.h"
#include <algorithm>
Classes | |
class | TM2IN::unused::polyhedron_builder< HDS > |
Namespaces | |
TM2IN | |
TM2IN::unused | |
Typedefs | |
typedef CGAL::Polyhedron_3< Kernel > | Polyhedron |
typedef Polyhedron::Halfedge_handle | Halfedge_handle |
typedef Polyhedron::Facet_handle | Facet_handle |
typedef Polyhedron::Vertex_handle | Vertex_handle |
typedef Polyhedron::HalfedgeDS | HalfedgeDS |
typedef Polyhedron::Facet_iterator | Facet_iterator |
typedef Polyhedron::Vertex_iterator | Vertex_iterator |
typedef Polyhedron::Halfedge_around_facet_circulator | Halfedge_facet_circulator |
Functions | |
vector< Vertex * > | TM2IN::unused::fillHole (vector< Vertex * > &vertices, vector< Wall::Triangle * > &triangles) |
Fills hole in surfaces. More... | |
typedef Polyhedron::Facet_handle Facet_handle |
typedef Polyhedron::Facet_iterator Facet_iterator |
typedef Polyhedron::Halfedge_around_facet_circulator Halfedge_facet_circulator |
typedef Polyhedron::Halfedge_handle Halfedge_handle |
typedef Polyhedron::HalfedgeDS HalfedgeDS |
typedef CGAL::Polyhedron_3<Kernel> Polyhedron |
typedef Polyhedron::Vertex_handle Vertex_handle |
typedef Polyhedron::Vertex_iterator Vertex_iterator |