Searched refs:getRange (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dquilt.h82 void getRange( REAL *, REAL *, Flist&, Flist & );
83 void getRange( REAL *, REAL *, int, Flist & );
84 void getRange( REAL *, REAL *, Flist& );
H A Dquilt.cc181 * Quilt::getRange - retrieve the valid paramater range of a set of quilts
185 Quilt::getRange( REAL *from, REAL *to, Flist& slist, Flist &tlist ) function in class:Quilt
187 getRange( from, to, 0, slist );
188 getRange( from, to, 1, 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 ) function in class:Quilt
223 Quilt::getRange( REAL *from, REAL *to, Flist& slist ) function in class:Quilt
225 getRange( from, to, 0, slist );
H A Dcurvesub.cc60 qlist->getRange( from, to, bpts );
H A Dsubdivider.cc224 qlist->getRange( from, to, spbrkpts, tpbrkpts );

Completed in 6 milliseconds