contourLines


in Contour.h


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