Home | History | Annotate | Download | only in test

Lines Matching full:nonzerocoords

53  * \param zeroCoords and nonzeroCoords allows to get the coordinate lists of the non zero,
62 std::vector<Vector2i>* nonzeroCoords = 0)
95 if (nonzeroCoords)
96 nonzeroCoords->push_back(Vector2i(ai,aj));
114 std::vector<Vector2i>* nonzeroCoords = 0)
144 if (nonzeroCoords)
145 nonzeroCoords->push_back(Vector2i(ai,aj));
162 std::vector<int>* nonzeroCoords = 0)
172 if (nonzeroCoords)
173 nonzeroCoords->push_back(i);