Home
last modified time | relevance | path

Searched refs:getEdge (Results 1 – 25 of 26) sorted by relevance

12

/external/opencv3/modules/imgproc/src/
Dsubdivision2d.cpp62 int Subdiv2D::getEdge(int edge, int nextEdgeType) const in getEdge() function in cv::Subdiv2D
191 splice(edge, getEdge(edgeA, NEXT_AROUND_LEFT)); in connectEdges()
201 int a = getEdge(edge, PREV_AROUND_ORG); in swapEdges()
202 int b = getEdge(sedge, PREV_AROUND_ORG); in swapEdges()
209 splice(edge, getEdge(a, NEXT_AROUND_LEFT)); in swapEdges()
210 splice(sedge, getEdge(b, NEXT_AROUND_LEFT)); in swapEdges()
244 splice( edge, getEdge(edge, PREV_AROUND_ORG) ); in deleteEdge()
246 splice(sedge, getEdge(sedge, PREV_AROUND_ORG) ); in deleteEdge()
303 int dprev_edge = getEdge( edge, PREV_AROUND_DST ); in locate()
427 recentEdge = curr_edge = getEdge( curr_edge, PREV_AROUND_ORG ); in insert()
[all …]
/external/llvm/include/llvm/CodeGen/PBQP/
DGraph.h90 G.getEdge(AdjEdgeIds.back()).setAdjEdgeIdx(ThisNId, Idx); in removeAdjEdgeId()
203 EdgeEntry& getEdge(EdgeId EId) { return Edges[EId]; } in getEdge() function
204 const EdgeEntry& getEdge(EdgeId EId) const { return Edges[EId]; } in getEdge() function
232 EdgeEntry &NE = getEdge(EId); in addConstructedEdge()
519 getEdge(EId).Costs = AllocatedCosts; in updateEdgeCosts()
531 return getEdge(EId).Costs; in getEdgeCostsPtr()
538 return *getEdge(EId).Costs; in getEdgeCosts()
542 return getEdge(EId).Metadata; in getEdgeMetadata()
546 return getEdge(EId).Metadata; in getEdgeMetadata()
553 return getEdge(EId).getN1Id(); in getEdgeNode1Id()
[all …]
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtTriangleShape.h56 virtual void getEdge(int i,btVector3& pa,btVector3& pb) const in ATTRIBUTE_ALIGNED16()
146 getEdge(i,pa,pb); in ATTRIBUTE_ALIGNED16()
DbtTetrahedronShape.h58 virtual void getEdge(int i,btVector3& pa,btVector3& pb) const; in ATTRIBUTE_ALIGNED16()
DbtConvexTriangleMeshShape.h53 virtual void getEdge(int i,btVector3& pa,btVector3& pb) const; in ATTRIBUTE_ALIGNED16()
DbtConvexPointCloudShape.h93 virtual void getEdge(int i,btVector3& pa,btVector3& pb) const; in ATTRIBUTE_ALIGNED16()
DbtConvexHullShape.h85 virtual void getEdge(int i,btVector3& pa,btVector3& pb) const; in ATTRIBUTE_ALIGNED16()
DbtPolyhedralConvexShape.h61 virtual void getEdge(int i,btVector3& pa,btVector3& pb) const = 0; in ATTRIBUTE_ALIGNED16()
DbtConvexPointCloudShape.cpp112 void btConvexPointCloudShape::getEdge(int i,btVector3& pa,btVector3& pb) const in getEdge() function in btConvexPointCloudShape
DbtTetrahedronShape.cpp113 void btBU_Simplex1to4::getEdge(int i,btVector3& pa,btVector3& pb) const in getEdge() function in btBU_Simplex1to4
DbtConvexHullShape.cpp143 void btConvexHullShape::getEdge(int i,btVector3& pa,btVector3& pb) const in getEdge() function in btConvexHullShape
DbtBoxShape.h183 virtual void getEdge(int i,btVector3& pa,btVector3& pb) const in ATTRIBUTE_ALIGNED16()
DbtConvexTriangleMeshShape.cpp167 void btConvexTriangleMeshShape::getEdge(int ,btVector3& ,btVector3& ) const in getEdge() function in btConvexTriangleMeshShape
DbtBox2dShape.h241 virtual void getEdge(int i,btVector3& pa,btVector3& pb) const in ATTRIBUTE_ALIGNED16()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtPolyhedralConvexShape.java82 public void getEdge(int i, Vector3 pa, Vector3 pb) { in getEdge() method in btPolyhedralConvexShape
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_print.cpp594 ei.getEdge()->typeStr()); in visit()
610 ei.getEdge()->typeStr()); in visit()
Dnv50_ir_graph.h95 inline Edge *getEdge() const { return e; } in getEdge() function
Dnv50_ir_graph.cpp139 delete ei.getEdge(); in detach()
Dnv50_ir_bb.cpp310 Graph::Edge *e = cfg.outgoing(true).getEdge(); in splitCommon()
/external/opencv3/samples/cpp/
Ddelaunay2.cpp69 e = subdiv.getEdge(e, Subdiv2D::NEXT_AROUND_LEFT); in locate_point()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DSphereTriangleDetector.cpp133 m_triangle->getEdge(i,pa,pb); in collide()
DbtCollisionWorld.cpp1385 polyshape->getEdge(i,a,b); in debugDrawObject()
/external/opencv3/modules/java/src/
Dimgproc+Subdiv2D.java129 public int getEdge(int edge, int nextEdgeType) in getEdge() method in Subdiv2D
Dimgproc.cpp368 int _retval_ = me->getEdge( (int)edge, (int)nextEdgeType ); in Java_org_opencv_imgproc_Subdiv2D_getEdge_10()
/external/opencv3/modules/imgproc/include/opencv2/
Dimgproc.hpp911 CV_WRAP int getEdge( int edge, int nextEdgeType ) const;

12