36 #ifndef __glutrimregion_h_
37 #define __glutrimregion_h_
56 void advance( REAL, REAL, REAL );
58 void init(
long, Arc_ptr );
59 void getPts( Arc_ptr );
62 void getGridExtent(
void );
69 TrimRegion::init( REAL vval )
75 TrimRegion::advance( REAL topVindex, REAL botVindex, REAL botVval )
77 top.vindex = (long) topVindex;
78 bot.vindex = (long) botVindex;
81 top.ustart = bot.ustart;