Searched refs:neighbors_ (Results 1 – 2 of 2) sorted by relevance
39 neighbors_[0] = NULL; neighbors_[1] = NULL; neighbors_[2] = NULL; in Triangle()49 neighbors_[0] = t; in MarkNeighbor()51 neighbors_[1] = t; in MarkNeighbor()53 neighbors_[2] = t; in MarkNeighbor()62 neighbors_[0] = &t; in MarkNeighbor()65 neighbors_[1] = &t; in MarkNeighbor()68 neighbors_[2] = &t; in MarkNeighbor()81 t = neighbors_[i]; in Clear()93 if (neighbors_[0] == triangle) in ClearNeighbor()95 neighbors_[0] = NULL; in ClearNeighbor()[all …]
213 Triangle* neighbors_[3]; variable293 return neighbors_[index]; in GetNeighbor()