Home
last modified time | relevance | path

Searched refs:fromVertexValueNode (Results 1 – 9 of 9) sorted by relevance

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/filter_multiscale_align/lib/Patate/Vitelotte/Core/
H A DvgMesh.hpp394 if(hasFromVertexValue() && fromVertexValueNode(*hit).isValid()) in deleteUnusedNodes()
395 m_ndeleted[fromVertexValueNode(*hit)] = false; in deleteUnusedNodes()
466 fromVertexValueNode(h) = node; in setVertexNodes()
510 fromVertexValueNode(h) = n; in setSingularity()
778 toVertexValueNode(h) != fromVertexValueNode(nextHalfedge(h)); in isSingular()
H A DsingularElementDecorator.hpp38 m_to = mesh.fromVertexValueNode(mesh.nextHalfedge(*hit)).idx(); in SingularInserter()
H A DvgMesh.h387 inline Node fromVertexValueNode(Halfedge h) const in fromVertexValueNode() function
389 inline Node& fromVertexValueNode(Halfedge h) in fromVertexValueNode() function
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/filter_multiscale_align/lib/Patate/Vitelotte/Utils/
H A DdcMesh.hpp256 if(hasFromVertexValue()) fromVertexValueNode(*hit) = Node(); in setNodesFromCurves()
330 if(lhnb) fromVertexValueNode(lh) = fromNode[LEFT]; in setNodesFromCurves()
331 if(rhnb) fromVertexValueNode(rh) = toNode[RIGHT]; in setNodesFromCurves()
H A DmvgWriter.hpp125 Node fn = mesh.fromVertexValueNode(mesh.nextHalfedge(*hit)); in write()
H A DmvgReader.hpp209 mesh.fromVertexValueNode(*hit) = Node(m_nodesIndices[2*i + 1] - iOffset); in parseDefinition()
H A DdcMesh.h109 using Base::fromVertexValueNode;
H A DvgMeshRenderer.hpp378 color(mesh, mesh.fromVertexValueNode(h)): in updateBuffers()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/filter_multiscale_align/lib/Patate/Vitelotte/
H A Dvitelotte_user_manual_vg_mesh.mdoc85 mesh.fromVertexValueNode(h) = n;