Searched refs:travellerIndicesPtr (Results 1 – 1 of 1) sorted by relevance
752 unsigned int* travellerIndicesPtr = 0; in setLinePointsindiced() local772 travellerIndicesPtr = test_data.m_index_data; in setLinePointsindiced()788 *travellerIndicesPtr = segmentPtr->m_point_end_adjacent->index; in setLinePointsindiced()789 ++travellerIndicesPtr; in setLinePointsindiced()790 *travellerIndicesPtr = segmentPtr->m_point_end->index; in setLinePointsindiced()791 ++travellerIndicesPtr; in setLinePointsindiced()792 *travellerIndicesPtr = segmentPtr->m_point_start->index; in setLinePointsindiced()793 ++travellerIndicesPtr; in setLinePointsindiced()794 *travellerIndicesPtr = segmentPtr->m_point_start_adjacent->index; in setLinePointsindiced()795 ++travellerIndicesPtr; in setLinePointsindiced()[all …]