contourLine


in Contour.h


struct contourLine { 
contourALine* top;
contourALine* current;
contourParaTypeInteger n;
contourLine* next;
};