contourPoint


in Contour.h


typedef struct contourPoint { 
contourParaTypeReal x;
contourParaTypeReal y;
contourParaTypeReal z;
} contourPoint;