Home
last modified time | relevance | path

Searched refs:VEdge (Results 1 – 9 of 9) sorted by relevance

/dports/devel/codequery/codequery-0.24.0/showgraph/GraphView/
H A Dvisible_edge.cpp30 VEdge::VEdge( GNode *pred_node, GNode *succ_node): in VEdge() function in VEdge
38 VEdge::VEdge( GEdge *prototype) in VEdge() function in VEdge
45 bool VEdge::isVertical() const in isVertical()
62 bool VEdge::isHorizontal() const in isHorizontal()
80 VEdge::nodeUp() const in nodeUp()
102 VEdge::nodeDown() const in nodeDown()
125 VEdge::nodeLeft() const in nodeLeft()
148 VEdge::nodeRight() const in nodeRight()
H A Dvisible_edge.h39 class VEdge
43 VEdge( GNode *pred_node, GNode *succ_node);
45 VEdge( GEdge *prototype);
71 GNode* VEdge::pred() const in pred()
76 GNode *VEdge::succ() const in succ()
H A Dedge_item.cpp604 VEdge vedge( edge()); in keyPressEvent()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_Sweep.cxx2238 VEdge(isec, 1) = E; in BuildShell()
2376 if (VEdge(isec, NbPath+1).IsNull()) in BuildShell()
2377 VEdge(isec, NbPath+1) = E; in BuildShell()
2581 if (VEdge(isec, ipath+1).IsNull()) { in BuildShell()
2587 VEdge(isec, ipath+1) = VEdge(isec, ipath); in BuildShell()
2650 if (VEdge(isec, ipath).IsNull()) in BuildShell()
2679 VEdge(isec, ipath+1) = VEdge(isec, 1); in BuildShell()
2682 else if (VEdge(isec, ipath+1).IsNull()) in BuildShell()
2727 DBRep::Set(name,VEdge(isec, ipath)); in BuildShell()
2749 TopoDS::Edge(VEdge(isec, ipath)), in BuildShell()
[all …]
/dports/devel/kyra/kyra/isogen/
H A Dedges.h59 class VEdge : public Edge
62 VEdge( int x, int y, int yMax ) : Edge( x, y, yMax ) {} in VEdge() function
H A Disogen.cpp471 right.push_back( new VEdge( step*2+ox, tileHeight/2+step+1+oy, tileHeight3_2+step+oy )); in RenderX()
481 right.push_back( new VEdge( tileWidth/2-1+ox, tileHeight+oy, tileHeight*2-1+oy )); in RenderX()
485 left.push_back( new VEdge( 0+step*2+ox, tileHeight/2+step+oy, tileHeight3_2-1+step+oy )); in RenderX()
491 …right.push_back( new VEdge( tileWidth/2-1-step*2+ox, tileHeight-step+oy, tileHeight*2-1-step+oy )); in RenderX()
498 left.push_back( new VEdge( -1+ox, tileHeight/2+oy, tileHeight3_2-1+oy )); in RenderX()
504 right.push_back( new VEdge( tileWidth/2-1+ox, tileHeight+oy, tileHeight*2-1+oy )); in RenderX()
545 left.push_back( new VEdge( tileWidth/2+step*2+ox, tileHeight-step+oy, tileHeight*2-1-step+oy )); in RenderY()
558 right.push_back( new VEdge( tileWidth-1+ox+1, tileHeight/2+oy, tileHeight3_2-1+oy )); in RenderY()
566 left.push_back( new VEdge( tileWidth/2+ox, tileHeight+oy, tileHeight*2-1+oy )); in RenderY()
576 left.push_back( new VEdge( tileWidth/2+ox, tileHeight+oy, tileHeight*2-1+oy )); in RenderY()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Scale_space_reconstruction_3/
H A DAlpha_shape_mesher.h98 typedef std::pair<Vertex_handle, Vertex_handle> VEdge; typedef
574 std::set<VEdge> borders; in detect_bubbles()
607 VEdge vedge = (c->vertex (i0) < c->vertex (i1)) in detect_bubbles()
756 VEdge vedge = (n->vertex (n0) < n->vertex (n1)) in detect_bubbles()
805 typedef std::map<std::pair<VEdge, unsigned int>, std::set<Facet> > Edge_shell_map_triples; in fix_nonmanifold_edges()
827 VEdge vedge = (v0 < v1) ? std::make_pair (v0, v1) : std::make_pair (v1, v0); in fix_nonmanifold_edges()
/dports/cad/opencascade/opencascade-7.6.0/src/PrsDim/
H A DPrsDim_IdenticRelation.cxx1575 TopoDS_Edge VEdge; in ComputeDirection() local
1577 VEdge = edg1; in ComputeDirection()
1579 VEdge = edg2; in ComputeDirection()
1583 if ( !PrsDim::ComputeGeometry(VEdge, curv1, firstp1, lastp1) ) in ComputeDirection()
/dports/devel/codequery/codequery-0.24.0/test/
H A Dtags546 VEdge showgraph/GraphView/visible_edge.cpp /^VEdge::VEdge( GEdge *prototype)$/;" f class:VEdge
547 VEdge showgraph/GraphView/visible_edge.cpp /^VEdge::VEdge( GNode *pred_node, GNode *succ_node):$/;"…
548 VEdge showgraph/GraphView/visible_edge.h /^class VEdge$/;" c
1094 …orizontal showgraph/GraphView/visible_edge.cpp /^bool VEdge::isHorizontal() const$/;" f class:VEdge
1113 isVertical showgraph/GraphView/visible_edge.cpp /^bool VEdge::isVertical() const$/;" f class:VEdge
1426 nodeDown showgraph/GraphView/visible_edge.cpp /^VEdge::nodeDown() const$/;" f class:VEdge
1430 nodeLeft showgraph/GraphView/visible_edge.cpp /^VEdge::nodeLeft() const$/;" f class:VEdge
1434 nodeRight showgraph/GraphView/visible_edge.cpp /^VEdge::nodeRight() const$/;" f class:VEdge
1437 nodeUp showgraph/GraphView/visible_edge.cpp /^VEdge::nodeUp() const$/;" f class:VEdge
1548 pred showgraph/GraphView/visible_edge.h /^GNode* VEdge::pred() const$/;" f class:VEdge
[all …]