Print out details about a region.
String_Type regRegionString( Region_Type Region )
The regRegionString returns a string representation of the region.
chips> require("region") chips> reg = regParse("circle(10,10,4)") chips> regRegionString(reg) Circle(10,10,4)
chips> reg = regParse("circle(10,10,4)-rect(4,2,5,4)") chips> regRegionString(reg) Circle(10,10,4)&!Rectangle(4,2,5,4)
This routine is new in CIAO 3.2.
See the bugs page for the region library on the CIAO website for an up-to-date listing of known bugs.