Lines Matching refs:clit

71     for (CliqueType::const_iterator clit = clique.begin(); clit != clique.end(); ++clit)  in GetNeighbors()  local
73 if (std::find(clit->begin(), clit->end(), c) != clit->end()) in GetNeighbors()
75 const CellType cell = RotateCell(*clit, c); in GetNeighbors()
227 for (CliqueType::const_iterator clit = clique.begin(); clit != clique.end(); ++clit) in GetChairClique() local
229 if (std::find(clit->begin(), clit->end(), c) == clit->end()) in GetChairClique()
231 outputClique.insert(outputClique.begin(), *clit); in GetChairClique()
232 outputClique.push_back(ChairCell(*clit)); in GetChairClique()
236 outputClique.insert(outputClique.begin(), ChairCell(c, *clit)); in GetChairClique()
244 for (CliqueType::const_iterator clit = clique.begin(); clit != clique.end(); ++clit) in PopulateTopology() local
246 vtkIdType* ids = new vtkIdType[clit->size()]; in PopulateTopology()
248 for (CellType::const_iterator cit = clit->begin(); cit != clit->end(); ids[i++] = *cit, ++cit) in PopulateTopology()
252 cellArray->InsertNextCell(static_cast<vtkIdType>(clit->size()), ids); in PopulateTopology()
264 for (CliqueType::const_iterator clit = clique.begin(); clit != clique.end(); ++clit) in FindCellsContainingNodes() local
268 found &= (std::find(clit->begin(), clit->end(), *nit) != clit->end()); in FindCellsContainingNodes()
270 cells.push_back(*clit); in FindCellsContainingNodes()
286 for (CliqueType::const_iterator clit = clique.begin(); clit != clique.end(); ++clit) in PrintClique() local
289 PrintCell(*clit, os); in PrintClique()
1064 for (vtkParallelopipedTopology::CliqueType::const_iterator clit = cells2.begin(); in ComputeInteractionState() local
1065 clit != cells2.end(); ++clit) in ComputeInteractionState()
1068 this->DefinePlane(plane, (*clit)[0], (*clit)[1], (*clit)[2]); in ComputeInteractionState()
1076 (std::find(clit->begin(), clit->end(), this->CurrentHandleIdx + 8) != clit->end() in ComputeInteractionState()