Public Member Functions | |
GDALContourItem (double dfLevel) | |
int | AddSegment (double dfXStart, double dfYStart, double dfXEnd, double dfYEnd, int bLeftHigh) |
void | MakeRoomFor (int) |
int | Merge (GDALContourItem *) |
void | PrepareEjection () |
Public Attributes | |
int | bRecentlyAccessed |
double | dfLevel |
int | nPoints |
int | nMaxPoints |
double * | padfX |
double * | padfY |
int | bLeftIsHigh |
double | dfTailX |