13 #ifndef STRAIGHTSKELETONH
14 #define STRAIGHTSKELETONH
16 #include "FelkelComponents.h"
17 #include "FelkelIntersection.h"
32 CSkeleton& MakeSkeleton(ContourVector &contours);
34 CSkeleton CompleteWingedEdgeStructure(ContourVector &contours);
39 IntersectionQueue m_iq;
43 int m_NumberOfBoundaryVertices;
44 int m_NumberOfBoundaryEdges;
49 #endif // STRAIGHTSKELETONH