Home
last modified time | relevance | path

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

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/filter_multiscale_align/lib/Patate/Vitelotte/Core/
H A DvgMesh.hpp257 m_halfedgeAttributes[ai] = in setAttributes()
260 removeHalfedgeProperty(m_halfedgeAttributes[ai]); in setAttributes()
308 return m_halfedgeAttributes[attr][h]; in halfedgeNode()
828 m_halfedgeAttributes[ai] = getHalfedgeProperty<Node>(_halfedgeAttrName[ai]); in copyVGMeshMembers()
H A DvgMesh.h659 HalfedgeProperty<Node> m_halfedgeAttributes[HALFEDGE_ATTRIB_COUNT]; variable