Home
last modified time | relevance | path

Searched refs:identicalVertices (Results 1 – 2 of 2) sorted by relevance

/dports/cad/ldview/ldview-4.4/QT/
H A DLDViewErrors.h35 void identicalVertices(){doErrorClick(identicalVerticesButton,LDLEMatchingPoints);} in identicalVertices() function
H A DLDViewErrors.cpp43 connect( identicalVerticesButton, SIGNAL( clicked() ), this, SLOT( identicalVertices() ) ); in LDViewErrors()