Lines Matching refs:size
36 if (res && _pathvector.size()==1 && _pathvector.front().size()==1){
94 Point B = refpath.pointAt(refpath.size());
104 for (unsigned i=0; i<generating_path.size(); i++){
106 if(generating_path[i].size()==1){
112 }else if(generating_path[i].size()>=2){
133 for (unsigned k = 0; k < path_in.size(); k++){
134 path_in_complexity+=path_in[k].size();
136 double complexity = std::pow(transforms.size(), nbgenerations) * path_in_complexity;
138 int k = transforms.size();
162 for (unsigned j = 0; j<transforms.size(); j++){
163 for (unsigned k = 0; k<pathi.size() && complexity < maxComplexity; k++){
165 complexity+=pathi[k].size();
188 if (refpath.size()==1){
207 for (unsigned i=0;i<generating_path.size(); i++){
208 if (generating_path[i].size()==0){
210 }else if (generating_path[i].size()==1){
248 if (paths.empty()||paths.front().size()==0){
256 B = paths.front().pointAt(paths.front().size());
258 if (paths.size()!=1||paths.front().size()!=1){