span_t
Declaration
struct span_t {
struct span_t *next;
segment_t *seg;
int y;
}
Prototype In
mgraph.h
Description
Structure representing a span within a complex region. A span is represented as a list of segments that are included in the span.
Members
next |
Next span in region |
seg |
Index of first segment in span |
y |
Y coordinate of this span |
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com