typedef struct {
float x;
float y;
} XintContourPoint;
typedef struct {
int npoints;
XintContourPoint *points
} XintContour;
typedef struct {
float zvalue;
int ncontours;
XintContour *contours
} XintContourLevel;