Subject: CGAL users discussion list
List archive
- From: sergio <>
- To:
- Subject: [cgal-discuss] How to find the adjacent faces of every edge?
- Date: Fri, 22 Jun 2018 01:48:04 -0700 (MST)
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=SoftFail ; spf=Pass
- Ironport-phdr: 9a23:24duSBIlDLAKtMEIHNmcpTZWNBhigK39O0sv0rFitYgRKvvxwZ3uMQTl6Ol3ixeRBMOHs68C07KempujcFRI2YyGvnEGfc4EfD4+ouJSoTYdBtWYA1bwNv/gYn9yNs1DUFh44yPzahANS47xaFLIv3K98yMZFAnhOgppPOT1HZPZg9iq2+yo9JDffwVFiCChbb9uMR67sRjfus4KjIV4N60/0AHJonxGe+RXwWNnO1eelAvi68mz4ZBu7T1et+ou+MBcX6r6eb84TaFDAzQ9L281/szrugLdQgaJ+3ART38ZkhtMAwjC8RH6QpL8uTb0u+ZhxCWXO9D9QLYpUjqg8qhrUgflhikHOTAn82/Zl8N/g75Urh+6uxxywZLYbJ2JOPZiYK/Qe84RS2pbXsZWUixMGpi8YJUVD+oOPOZYqJT2qlwQrRSkGQasBeXvyjBGhn/xx6061P8sEQ7D3AM6HtIOtG7Yo8nyNKcXSO24yrTDwzvEb/NTwzj96Y7Ifwgnof6WRr1/as7Rxlc1GwzZiVWQrIroNC6W2OQVq2WX8uttWfy1h2I5qwx8rCKjytoih4THnI4YyE7I+CNky4gvP9K4UlR0Ydu8HZtQqS6aM4x2T9skQ2xnoio6zKcJtoWgcygO1psr3QLQa/uCc4SQ4xLjUvieIStgiX54eb+zmQy+/Vagx+DyTMW4zVhHoyRfntTOqHwBzxnT5dKGSvt58EehwzGP1wXL5+FaO087iavbK5guwr4+kZoTq0PDEzT5mEXzlqCWd0Ek9vK05OTgZ7XqvoWcOJNsigHiLqQundSyDvg3MgcUW2iX4Pmz1Lz4/ULlXbVKleY2n7LCsJHaIMQbvrS2DxVU0oYl8Ra/Di2p3M4WnXkdfxp5f0eMgIHtfl3PO/vlFuyXglK2kT4tyeqVEKfmB8DWI2LMkbCpKah04E9axwQ019d36JddC7VHK/X2DByi/OfEBwM0ZlTni93sD89wg9tHCDC/R5SBOaaXimemo+cmIu2CfogQ4W+vJP0s5vqohng8ywREIfuZmKAPYXX9JcxIZl2DaCO10NgEGGYO+AE5Sb6y0QDQYXtof3+3GpkEyHQ7BYahVNqRQNzrhrWL1iO2WJZRYzIfBw==
I have the following loop iterator:
void printAdjancenFaceToEdge(Polyhedron mesh)
{
std::vector<int> nBorder(mesh.size_of_vertices(), 0);
for (Polyhedron::Halfedge_const_iterator he = mesh.halfedges_begin(); he
!= mesh.halfedges_end(); he++) {
if (!he->is_border())
continue;
// print here ids
}
return true;
}
is it possible to print the adjacent faces index of every edge?
--
Sent from: http://cgal-discuss.949826.n4.nabble.com/
- [cgal-discuss] How to find the adjacent faces of every edge?, sergio, 06/22/2018
- Re: [cgal-discuss] How to find the adjacent faces of every edge?, Sebastien Loriot (GeometryFactory), 06/22/2018
- Re: [cgal-discuss] How to find the adjacent faces of every edge?, sergio campo, 06/22/2018
- Re: [cgal-discuss] How to find the adjacent faces of every edge?, Sebastien Loriot (GeometryFactory), 06/22/2018
- Re: [cgal-discuss] How to find the adjacent faces of every edge?, sergio campo, 06/22/2018
- Re: [cgal-discuss] How to find the adjacent faces of every edge?, Shankar Kulumani, 06/22/2018
- Re: [cgal-discuss] How to find the adjacent faces of every edge?, sergio campo, 06/22/2018
- Re: [cgal-discuss] How to find the adjacent faces of every edge?, Sebastien Loriot (GeometryFactory), 06/22/2018
Archive powered by MHonArc 2.6.18.