Home
last modified time | relevance | path

Searched refs:removeIsolatedVertices (Results 1 – 8 of 8) sorted by relevance

/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/objMesh/
H A DobjMesh.h415 int removeIsolatedVertices(); // removes vertices that don't appear in any triangle
425 …void collapseEdge(unsigned int vertexA, unsigned int vertexB, int removeIsolatedVertices=1); // co…
450 …one(const std::vector<std::pair<int, int> > & groupsAndFaces, int removeIsolatedVertices=1) const;
H A DobjMesh.cpp1856 …::clone(const std::vector<std::pair<int, int> > & groupsAndFaces, int removeIsolatedVertices) const in clone()
1873 if (removeIsolatedVertices) in clone()
1874 output->removeIsolatedVertices(); in clone()
3308 removeIsolatedVertices(); in removeNonManifoldEdges()
3364 removeIsolatedVertices(); in collapseEdge()
4112 int ObjMesh::removeIsolatedVertices() in removeIsolatedVertices() function in ObjMesh
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/include/
H A DobjMesh.h415 int removeIsolatedVertices(); // removes vertices that don't appear in any triangle
425 …void collapseEdge(unsigned int vertexA, unsigned int vertexB, int removeIsolatedVertices=1); // co…
450 …one(const std::vector<std::pair<int, int> > & groupsAndFaces, int removeIsolatedVertices=1) const;
H A DvolumetricMesh.h188 …void setToSubsetMesh(std::set<int> & subsetElements, int removeIsolatedVertices=1, std::map<int,in…
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/volumetricMesh/
H A DvolumetricMesh.h188 …void setToSubsetMesh(std::set<int> & subsetElements, int removeIsolatedVertices=1, std::map<int,in…
H A DvolumetricMesh.cpp2716 void VolumetricMesh::setToSubsetMesh(std::set<int> & subsetElements, int removeIsolatedVertices, st… in setToSubsetMesh() argument
2766 if (removeIsolatedVertices) in setToSubsetMesh()
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/distanceField/
H A DmarchingCubes.cpp643 objMesh->removeIsolatedVertices(); in compute()
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/mesher/
H A DtetMesher.cpp60 objMesh->removeIsolatedVertices(); in compute()