TM2IN
0.5.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
algorithm
triangulation.h
Go to the documentation of this file.
1
//
2
// Created by dongmin on 18. 7. 20.
3
//
4
5
#ifndef TM2IN_TRIANGULATION_H
6
#define TM2IN_TRIANGULATION_H
7
8
#include "
features/IndoorComponent.h
"
9
#include "
detail/cgal_config.h
"
10
#include "
detail/cgal/plane.h
"
11
#include "
detail/cgal/polygon.h
"
12
13
namespace
TM2IN
{
14
namespace
algorithm {
19
int
triangulate
(
TM2IN::Wall::Surface
*pSurface, std::vector<TM2IN::Wall::Triangle*>& result);
20
}
21
}
22
23
#endif //TM2IN_TRIANGULATION_H
plane.h
TM2IN::Wall::Surface
Definition:
Surface.h:18
TM2IN
Definition:
collinear.cpp:10
cgal_config.h
IndoorComponent.h
TM2IN::algorithm::triangulate
int triangulate(TM2IN::Wall::Surface *pSurface, std::vector< TM2IN::Wall::Triangle * > &result)
Triangulate one TM2IN::Surface to multiple TM2IN::Triangle objects.
Definition:
triangulation.cpp:16
polygon.h
Generated by
1.8.11