Home
last modified time | relevance | path

Searched refs:isVertexInternal (Results 1 – 3 of 3) sorted by relevance

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/editrgbtri/
H A DrgbPrimitives.h202 static bool isVertexInternal(RgbTriangleC& t, int VertexIndex);
204 static bool isVertexInternal(RgbVertexC& v);
H A Drgbt.cpp141 if (!RgbPrimitives::isVertexInternal(v)) in StartEdit()
H A DrgbPrimitives.cpp1786 bool RgbPrimitives::isVertexInternal(RgbVertexC& v) in isVertexInternal() function in rgbt::RgbPrimitives
1816 bool RgbPrimitives::isVertexInternal(RgbTriangleC& t, int VertexIndex) in isVertexInternal() function in rgbt::RgbPrimitives