Searched defs:UnmergedContact (Results 1 – 1 of 1) sorted by relevance
27 struct UnmergedContact { struct28 UnmergedContact() : input_id(-1) {} in UnmergedContact() function29 bool Valid() const { return input_id != -1; } in Valid()30 void Invalidate() { input_id = -1; } in Invalidate()31 short input_id;32 short output_id;33 float position_x;34 float position_y;