My Project
|
#include <complexComponents.h>
Public Member Functions | |
bool | isContained (EdgeLoop a) |
Public Attributes | |
vector< Vertice > | vertices |
Some high level components used as intermediates in our algorithms a planar closed loop of edges (connected end-to-end)
bool EdgeLoop::isContained | ( | EdgeLoop | a | ) |
Function to check whether an edgeLoop is completely contained in another
vector<Vertice> EdgeLoop::vertices |