TM2IN  0.5.1
polyhedron.h
Go to the documentation of this file.
1 //
2 // Created by dongmin on 18. 1. 17.
3 //
4 
5 #ifndef POLYHEDRON_H
6 #define POLYHEDRON_H
7 
8 #include <iostream>
9 #include <vector>
11 
12 using namespace std;
13 using namespace TM2IN;
14 
15 namespace TM2IN{
16  namespace unused{
21  vector<Vertex *> fillHole(vector<Vertex*>& vertices, vector<Wall::Triangle *>& triangles);
22  }
23 };
24 
25 
26 #endif //POLYHEDRON_H
Definition: collinear.cpp:10
vector< Vertex * > fillHole(vector< Vertex * > &vertices, vector< Wall::Triangle * > &triangles)
Fills hole in surfaces.
Definition: polyhedron.cpp:71