Lines Matching defs:used
2 * LPE Curve Stitching implementation, used as an example for a base starting class
47 bool used;
104 lc.used = false;
151 if (!(*this)[i][j].used){
168 if ( idx >= (*this)[level].size()-1 || (*this)[level][idx+1].used ) {
174 if ( idx <= 0 || (*this)[level][idx-1].used ) {
199 if ( level+1 != next.first || (*this)[next.first][next.second].used ) {
312 Piecewise<SBasis> tilter;//used to bend the hatches
313 Affine bend_mat;//used to bend the hatches
416 if ((static_cast<long long>(i) % 2 == n % 2) && ((j + 1) < lscs[i].size()) && !lscs[i][j].used){
423 lscs[i][j].used = true;