My Project
Public Member Functions | Public Attributes | List of all members
EdgeLoop Class Reference

#include <complexComponents.h>

Public Member Functions

bool isContained (EdgeLoop a)
 

Public Attributes

vector< Verticevertices
 

Detailed Description

Some high level components used as intermediates in our algorithms a planar closed loop of edges (connected end-to-end)

Member Function Documentation

◆ isContained()

bool EdgeLoop::isContained ( EdgeLoop  a)

Function to check whether an edgeLoop is completely contained in another

Member Data Documentation

◆ vertices

vector<Vertice> EdgeLoop::vertices

The documentation for this class was generated from the following file: