Searched refs:hasSmoothEdges (Results 1 – 3 of 3) sorted by relevance
74 if (false == ((wxf))->hasSmoothEdges()) { // does it contain at least one smooth edge ? in BuildViewEdges()361 if (!nextFace->hasSmoothEdges()) { in FindNextFaceLayer()442 if (!previousFace->hasSmoothEdges()) { in FindPreviousFaceLayer()
771 bool hasSmoothEdges = false; in buildSmoothEdges() local782 hasSmoothEdges = true; in buildSmoothEdges()787 if (hasSmoothEdges && !_computeRidgesAndValleys && !_computeSuggestiveContours) { in buildSmoothEdges()
575 inline bool hasSmoothEdges() const in hasSmoothEdges() function