Lines Matching defs:Quilt
55 Quilt::Quilt( Mapdesc *_mapdesc )
61 Quilt::deleteMe( Pool& p )
80 Quilt::show( void )
100 * Quilt::select - find which map in each quilt contains the points
106 Quilt::select( REAL *pta, REAL *ptb )
121 Quilt::download( Backend &backend )
151 * Quilt::downloadAll - download each map that contains the current patch
156 Quilt::downloadAll( REAL *pta, REAL *ptb, Backend &backend )
158 for( Quilt *m = this; m; m=m->next ) {
165 * Quilt::isCulled - determine if an entire quilt is trivially rejected.
170 Quilt::isCulled( void )
181 * Quilt::getRange - retrieve the valid paramater range of a set of quilts
185 Quilt::getRange( REAL *from, REAL *to, Flist& slist, Flist &tlist )
192 * Quilt::getRange - retrieve the valid paramater range of a set of quilts
196 Quilt::getRange( REAL *from, REAL *to, int i, Flist &list )
198 Quilt *maps = this;
223 Quilt::getRange( REAL *from, REAL *to, Flist& slist )
229 Quilt::findRates( Flist& slist, Flist& tlist, REAL rate[2] )
235 for( Quilt *q = next; q; q = q->next ) {
245 Quilt::findSampleRates( Flist& slist, Flist& tlist )