I would like to extract the functions that describe the contours of a contour plot.
For example, if I have the function:
ContourPlot[f[x,y], {x, 0, 4 Pi}, {y, 0, 4 Pi}, Contours -> 4]
I would like to have access to the 4 contours that were generated by the plot.