Home
last modified time | relevance | path

Searched defs:halfedge (Results 1 – 25 of 38) sorted by relevance

12

/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/include/
H A DobjMeshOrientable.h136 HalfEdge & edgeOpposite(HalfEdge & halfedge) { return halfEdges_[halfedge.opposite()]; } in edgeOpposite()
139 HalfEdge & edgeNext(HalfEdge & halfedge) { return halfEdges_[halfedge.next()]; } in edgeNext()
153 …ObjMesh::Group edgeGroup(HalfEdge & halfedge) { return *(objMesh->getGroupHandle(halfedge.groupID(… in edgeGroup()
156 ObjMesh::Face edgeFace(HalfEdge & halfedge) in edgeFace()
161 ObjMesh::Vertex edgeStartVertex (HalfEdge & halfedge) in edgeStartVertex()
166 ObjMesh::Vertex edgeEndVertex (HalfEdge & halfedge) in edgeEndVertex()
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/objMesh/
H A DobjMeshOrientable.h136 HalfEdge & edgeOpposite(HalfEdge & halfedge) { return halfEdges_[halfedge.opposite()]; } in edgeOpposite()
139 HalfEdge & edgeNext(HalfEdge & halfedge) { return halfEdges_[halfedge.next()]; } in edgeNext()
153 …ObjMesh::Group edgeGroup(HalfEdge & halfedge) { return *(objMesh->getGroupHandle(halfedge.groupID(… in edgeGroup()
156 ObjMesh::Face edgeFace(HalfEdge & halfedge) in edgeFace()
161 ObjMesh::Vertex edgeStartVertex (HalfEdge & halfedge) in edgeStartVertex()
166 ObjMesh::Vertex edgeEndVertex (HalfEdge & halfedge) in edgeEndVertex()
H A DobjMeshOrientable.cpp600 ObjMeshOrientable::HalfEdge & ObjMeshOrientable::edgePrevious ( HalfEdge & halfedge ) in edgePrevious()
616 ObjMeshOrientable::HalfEdge & ObjMeshOrientable::loopVertex(HalfEdge & halfedge, int & flag) in loopVertex()
/dports/math/cgal/CGAL-5.3/include/CGAL/Boolean_set_operations_2/
H A DCurve_with_halfedge.h37 Halfedge_handle halfedge() const in halfedge() function
42 Halfedge_handle halfedge() in halfedge() function
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DHalfedgeDS_vertex_base.h64 Halfedge_handle halfedge() { return hdg; } in halfedge() function
65 Halfedge_const_handle halfedge() const { return hdg; } in halfedge() function
116 Halfedge_handle halfedge() { return hdg; } in halfedge() function
117 Halfedge_const_handle halfedge() const { return hdg; } in halfedge() function
H A DHalfedgeDS_face_base.h74 Halfedge_handle halfedge() { return hdg; } in halfedge() function
75 Halfedge_const_handle halfedge() const { return hdg; } in halfedge() function
140 Halfedge_handle halfedge() { return hdg; } in halfedge() function
141 Halfedge_const_handle halfedge() const { return hdg; } in halfedge() function
H A DStraight_skeleton_face_base_2.h48 Halfedge_handle halfedge() { return mHE; } in halfedge() function
49 Halfedge_const_handle halfedge() const { return mHE; } in halfedge() function
H A Dhash_openmesh.h26 Halfedge_handle halfedge() const { return halfedge_; } in halfedge() function
H A DStraight_skeleton_vertex_base_2.h236 Halfedge_handle halfedge() { return mHE; } in halfedge() function
237 Halfedge_const_handle halfedge() const { return mHE; } in halfedge() function
H A Dpolyhedron_cut_plane_3.h47 Halfedge_handle halfedge() const { return h; } in halfedge() function
H A DArr_dcel_base.h313 const Halfedge* halfedge() const in halfedge() function
320 Halfedge* halfedge() in halfedge() function
756 const Halfedge* halfedge() const { return (*iter); } in halfedge() function
759 Halfedge* halfedge() { return (*iter); } in halfedge() function
833 const Halfedge* halfedge() const in halfedge() function
840 Halfedge* halfedge() in halfedge() function
/dports/math/openmesh/OpenMesh-8.1/Doc/Concepts/
H A DMeshKernel.hh146 const Halfedge& halfedge(HalfedgeHandle _h) const { return deref(_h); } in halfedge() function in OpenMesh::Concepts::KernelT
147 Halfedge& halfedge(HalfedgeHandle _h) { return deref(_h); } in halfedge() function in OpenMesh::Concepts::KernelT
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/Mesh/
H A DSmartHandles.hh220 inline SmartHalfedgeHandle SmartVertexHandle::halfedge() const in halfedge() function in OpenMesh::SmartVertexHandle
296 inline SmartHalfedgeHandle SmartEdgeHandle::halfedge(unsigned int _i) const in halfedge() function in OpenMesh::SmartEdgeHandle
343 inline SmartHalfedgeHandle SmartFaceHandle::halfedge() const in halfedge() function in OpenMesh::SmartFaceHandle
/dports/games/csmash/csmash-0.6.6/
H A Dparts.cpp318 struct halfedge { struct
322 inline halfedge() {} in halfedge() argument
323 inline halfedge(short v0, short v1, short poly) in halfedge() argument
325 inline halfedge(const halfedge &e) in halfedge() function
/dports/games/burrtools/burrtools-0.6.3/src/halfedge/
H A Dpolyhedron.h174 HalfEdge* halfedge ( int h ) in halfedge() function
180 …const HalfEdge* halfedge ( int h ) const { return ( h>=0&&h< ( int ) _halfEdges.size() ) ? _halfEd… in halfedge() function
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bmsh3d/
H A Dbmsh3d_edge.h79 bmsh3d_halfedge* halfedge() const { return halfedge_; } in halfedge() function
80 void set_halfedge(bmsh3d_halfedge* halfedge) { halfedge_ = halfedge; } in set_halfedge()
H A Dbmsh3d_face.h103 bmsh3d_halfedge* halfedge() const { return halfedge_; } in halfedge() function
104 bmsh3d_halfedge* & halfedge() { return halfedge_; } in halfedge() function
/dports/math/cgal/CGAL-5.3/demo/Arrangement_on_surface_2/
H A DMergeEdgeCallback.cpp125 Halfedge_handle halfedge = this->getNearestMergeableCurve(event); in mousePressEvent() local
146 Halfedge_handle halfedge = this->getNearestMergeableCurve(event); in mouseMoveEvent() local
/dports/math/cgal/CGAL-5.3/include/CGAL/boost/graph/
H A Dgraph_traits_HalfedgeDS.h93 Halfedge_handle halfedge() const { return halfedge_; } in halfedge() function
H A DSeam_mesh.h783 halfedge_descriptor halfedge(edge_descriptor e) const in halfedge() function
796 halfedge_descriptor halfedge(vertex_descriptor v) const in halfedge() function
804 std::pair<halfedge_descriptor, bool> halfedge(vertex_descriptor u, in halfedge() function
842 halfedge_descriptor halfedge(face_descriptor f) const in halfedge() function
H A Dproperties_Linear_cell_complex_for_combinatorial_map.h124 CGAL_LCC_INDEX_PM(halfedge, _index_t, Index) in CGAL_LCC_INDEX_PM() argument
/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_2/
H A DHDS_items.h101 Halfedge_handle halfedge() { return _h; } in halfedge() function
103 Halfedge_const_handle halfedge() const { return _h; } in halfedge() function
396 Halfedge_handle halfedge() { return _e; } in halfedge() function
398 Halfedge_const_handle halfedge() const { return _e; } in halfedge() function
/dports/math/gismo/gismo-21.12.0/src/gsUtils/gsMesh/
H A DgsHalfEdgeMesh.h126 bool isTwin(const Halfedge &halfedge) const in isTwin()
/dports/math/cgal/CGAL-5.3/include/CGAL/Voronoi_diagram_2/
H A DFace.h70 Halfedge_handle halfedge() const in halfedge() function
/dports/math/cgal/CGAL-5.3/include/CGAL/Surface_mesh/
H A DSurface_mesh.h246 SM_Halfedge_index halfedge() const { return halfedge_; } in halfedge() function
1670 Halfedge_index halfedge(Vertex_index v) const in halfedge() function
1683 Halfedge_index halfedge(Face_index f) const in halfedge() function
1763 Halfedge_index halfedge(Edge_index e) const in halfedge() function
1769 Halfedge_index halfedge(Edge_index e, unsigned int i) const in halfedge() function

12