38class GEOS_DLL EdgeSourceInfo {
51 EdgeSourceInfo(uint8_t p_index,
int p_depthDelta,
bool p_isHole);
52 EdgeSourceInfo(uint8_t p_index);
54 uint8_t getIndex()
const {
return index; }
55 int getDimension()
const {
return dim; }
56 int getDepthDelta()
const {
return depthDelta; }
57 bool isHole()
const {
return edgeIsHole; }