Home
last modified time | relevance | path

Searched refs:isvertex (Results 1 – 14 of 14) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepDS/
H A DTopOpeBRepDS_repvg.cxx50 Standard_Boolean isvertex = (GT == TopOpeBRepDS_VERTEX); in FDS_repvg2() local
67 if (isvertex && (rkG1 != rkS1)) { in FDS_repvg2()
77 else if (isvertex) VDS = BDS.Shape(G1); in FDS_repvg2()
113 else if (isvertex) EITool.Add(E1,VDS,I1); in FDS_repvg2()
118 else if (isvertex) EITool.Add(E2,VDS,I2); in FDS_repvg2()
H A DTopOpeBRepDS_EIR.cxx214 Standard_Boolean isvertex = (GT1 == TopOpeBRepDS_VERTEX); in FUN_ReducerEdge3d() local
215 init = init || isvertex; // !!!KK a revoir!!!! in FUN_ReducerEdge3d()
H A DTopOpeBRepDS_EXPORT.cxx1711 Standard_Boolean isvertex = (KK == TopOpeBRepDS_VERTEX); in FUN_ds_completeforSE8() local
1713 if (isvertex) { in FUN_ds_completeforSE8()
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRep/
H A DTopOpeBRep_FaceEdgeFiller.cxx96 Standard_Boolean isvertex = isvertexF || isvertexE; in Insert() local
101 if ( ! isvertex ) { in Insert()
297 Standard_Boolean isvertex = isvertexF || isvertexE; in MakeGeometry() local
299 if ( isvertex ) { in MakeGeometry()
H A DTopOpeBRep_EdgesFiller.cxx107 Standard_Boolean isvertex = isvertex1 || isvertex2; in Insert() local
140 Standard_Boolean faulty = (isvertex && isnewpoint) || (!isvertex && isnewvertex); in Insert()
145 std::cout<<" isvertex="<<isvertex;std::cout.flush(); in Insert()
151 if (isvertex && foundpoint) { in Insert()
226 if ( ! isvertex ) { in Insert()
H A DTopOpeBRep_vprclo.cxx171 Standard_Boolean isvertex = (PVKind == TopOpeBRepDS_VERTEX); in ProcessVPonclosingR() local
222 (T,iOOFace,PVIndex,paredge,PVKind,TopOpeBRepDS_FACE,isvertex); in ProcessVPonclosingR()
228 (T,OOedgeIndex,PVIndex,paredge,PVKind,isvertex); in ProcessVPonclosingR()
H A DTopOpeBRep_FacesIntersector.cxx1013 Standard_Boolean isvertex = Standard_False, wlineWasAppended = Standard_False; in TestWLinesToAnArc() local
1017 isvertex = Vtx1.IsVertexOnS1(); in TestWLinesToAnArc()
1019 isvertex = Vtx1.IsVertexOnS2(); in TestWLinesToAnArc()
1021 if(isvertex) { in TestWLinesToAnArc()
1065 isvertex = Standard_False; in TestWLinesToAnArc()
1067 isvertex = Vtx2.IsVertexOnS1(); in TestWLinesToAnArc()
1069 isvertex = Vtx2.IsVertexOnS2(); in TestWLinesToAnArc()
1071 if(wlineWasAppended && isvertex) { in TestWLinesToAnArc()
H A DTopOpeBRep_FacesFiller.cxx419 Standard_Boolean isvertex = VP.IsVertex(Esi); in VP_PositionOnR() local
420 if ( isvertex ) { in VP_PositionOnR()
H A DTopOpeBRep_EdgesIntersector.cxx552 Standard_Boolean isvertex = isvertex1 || isvertex2; in Perform() local
554 if (isvertex && esd) { in Perform()
H A DTopOpeBRep_FacesFiller_1.cxx1113 Standard_Boolean isvertex = VP.IsVertex(ShapeIndex); in MakeGeometry() local
1114 if ( isvertex ) { in MakeGeometry()
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi3d/
H A DChFi3d_Builder_0.cxx1964 const Standard_Boolean isvertex = Standard_False, in ChFi3d_Orientation() argument
1970 if (isvertex) in ChFi3d_Orientation()
2007 const Standard_Boolean isvertex = Standard_False, in ChFi3d_Contains() argument
2011 return ChFi3d_Orientation(LI,igros,ipetit,bidOr,isvertex,aprendre); in ChFi3d_Contains()
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/doc/
H A Dmanual.six1249 "isvertex for a graph inverse semigroup element", "X7DEE927C83D4DFDD" ],
/dports/math/alglib/alglib-cpp/src/
H A Dlinalg.h192 ae_vector isvertex; member
H A Dlinalg.cpp44233 bsetallocv(n, ae_true, &s->isvertex, _state); in amdordering_vtxinit()
44306 s->isvertex.ptr.p_bool[p] = ae_false; in amdordering_vtxremovevertex()
44977 ae_vector_init(&p->isvertex, 0, DT_BOOL, _state, make_automatic); in _amdvertexset_init()
44993 ae_vector_init_copy(&dst->isvertex, &src->isvertex, _state, make_automatic); in _amdvertexset_init_copy()
45006 ae_vector_clear(&p->isvertex); in _amdvertexset_clear()
45019 ae_vector_destroy(&p->isvertex); in _amdvertexset_destroy()