TM2IN  0.5.1
Classes | Namespaces | Functions
surface_neighbor.h File Reference
#include "features/Wall/Surface.h"
#include "features/HalfEdge.h"
Include dependency graph for surface_neighbor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TM2IN::detail::algorithm::neighbor_info
 

Namespaces

 TM2IN
 
 TM2IN::detail
 
 TM2IN::detail::algorithm
 

Functions

int TM2IN::detail::algorithm::isNeighbor (Wall::Surface *origin, Wall::Surface *piece)
 
int TM2IN::detail::algorithm::constructNeighborInfo (Surface *piece, Surface *origin, neighbor_info &ni)
 
int TM2IN::detail::algorithm::findStartAndEnd (vector< Vertex * > &vi, vector< Vertex * > &vj, ll middle_i, ll middle_j, ll &start_i, ll &end_i, ll &start_j, ll &end_j)
 
bool TM2IN::detail::algorithm::findShareVertex (vector< Vertex * > &vi, vector< Vertex * > &vj, ll &middle_i, ll &middle_j)