Home
last modified time | relevance | path

Searched refs:Spine (Results 1 – 25 of 544) sorted by relevance

12345678910>>...22

/dports/cad/opencascade/opencascade-7.6.0/src/ChFi3d/
H A DChFi3d_Builder_SpKP.cxx272 if (Spine->IsPeriodic()) { in ParamOnSpine()
274 if (ii > Spine->NbEdges()) ii -= Spine->NbEdges(); in ParamOnSpine()
297 point = Spine->Value(Nl); in ParamOnSpine()
306 if (Spine->IsPeriodic()) { in ParamOnSpine()
308 if (ii > Spine->NbEdges()) ii -= Spine->NbEdges(); in ParamOnSpine()
387 Spine->D1(wsp,psp,dsp); in Trunc()
948 intf = !SearchFace(Spine,CP1,F1,FBID) && !SearchFace(Spine,CP2,F2,FBID); in SplitKPart()
1042 intl = !SearchFace(Spine,CP1,F1,FBID) && !SearchFace(Spine,CP2,F2,FBID); in SplitKPart()
1138 if(Spine->IsPeriodic() && Iedge == Spine->NbEdges() && lsp < fsp) { in SplitKPart()
1139 lsp += Spine->Period(); in SplitKPart()
[all …]
H A DChFi3d_Builder_2.cxx1379 if (Spine.IsNull()) { in SearchFace()
2032 bidl = Min(wl,Spine->LastParameter(Spine->NbEdges())); in PerformSetOfSurfOnElSpine()
2034 if ((bidl-bidf) < 0.01 * Spine->LastParameter(Spine->NbEdges())) { in PerformSetOfSurfOnElSpine()
2222 HGuide,Spine, in PerformSetOfSurfOnElSpine()
2387 Spine->D1(Spine->FirstParameter(),PFirst,TFirst); in PerformSetOfKPart()
2397 Standard_Real WEndPeriodic = Spine->LastParameter(Spine->NbEdges()); in PerformSetOfKPart()
2408 intl = ((iedge == Spine->NbEdges()) && !Spine->IsPeriodic()); in PerformSetOfKPart()
2472 if(Spine->IsPeriodic()){ in PerformSetOfKPart()
2561 Spine->D1(Spine->LastParameter(),PLast,TLast); in PerformSetOfKPart()
2562 Spine->SetLastTgt(Max(Spine->LastParameter(Spine->NbEdges()), in PerformSetOfKPart()
[all …]
H A DChFi3d_Builder_1.cxx708 V = Spine->FirstVertex(); in PerformExtremity()
712 iedge = Spine->NbEdges(); in PerformExtremity()
714 V = Spine->LastVertex(); in PerformExtremity()
717 E[0] = Spine->Edges(iedge); in PerformExtremity()
788 if (!Spine->IsPeriodic()) { in PerformExtremity()
921 Nb = Spine->NbEdges(); in PerformElement()
961 Spine->SetEdges(Ec); in PerformElement()
1001 Ec = Spine->Edges(1); in PerformElement()
1011 Nb = Spine->NbEdges(); in PerformElement()
1047 Spine->PutInFirst(Ec); in PerformElement()
[all …]
H A DChFi3d_ChBuilder.cxx214 Spine->Load(); in Add()
249 Spine->Load(); in Add()
252 Spine->SetDist(Dis); in Add()
353 Spine->Load(); in Add()
465 Spine->Load(); in AddDA()
1704 Handle(ChFiDS_Spine) Spine = S->Spine(); in ExtentOneCorner()
1707 Standard_Real dU = Spine->LastParameter(Spine->NbEdges()); in ExtentOneCorner()
1837 Spine[i] = Stripe[i]->Spine(); in ExtentTwoCorner()
1917 ExtentSpineOnCommonFace(Spine[0],Spine[1],V,dis[0],dis[1], in ExtentTwoCorner()
1952 Spine[i] = Stripe->Spine(); in ExtentThreeCorner()
[all …]
H A DChFi3d_FilBuilder.cxx212 Spine->SetEdges(E_wnt); in Add()
215 Spine->Load(); in Add()
1838 Handle(ChFiDS_Spine) Spine = S->Spine(); in ExtentOneCorner()
1840 Standard_Real dU = Spine->LastParameter(Spine->NbEdges()); in ExtentOneCorner()
1878 Spine = Stripe->Spine(); in ExtentTwoCorner()
1879 dU = Spine->LastParameter(Spine->NbEdges())*Coeff; in ExtentTwoCorner()
1902 Spine = Stripe->Spine(); in ExtentTwoCorner()
1909 dU = Spine->LastParameter(Spine->NbEdges()); in ExtentTwoCorner()
1911 Spine->SetLastTgt(dU); in ExtentTwoCorner()
1942 Handle(ChFiDS_Spine) Spine = Stripe->Spine(); in ExtentThreeCorner()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffsetAPI/
H A DBRepOffsetAPI_MakeEvolved.cxx43 BRepOffsetAPI_MakeEvolved::BRepOffsetAPI_MakeEvolved(const TopoDS_Shape& Spine, in BRepOffsetAPI_MakeEvolved() argument
54 if (Spine.ShapeType() != TopAbs_WIRE && Spine.ShapeType() != TopAbs_FACE) in BRepOffsetAPI_MakeEvolved()
62 if (Spine.ShapeType() == TopAbs_WIRE) in BRepOffsetAPI_MakeEvolved()
64 aSpine = TopoDS::Wire(Spine); in BRepOffsetAPI_MakeEvolved()
68 aSpine = TopoDS::Wire(TopoDS_Iterator(Spine).Value()); in BRepOffsetAPI_MakeEvolved()
83 BRepFill::Axe(Spine, Profil, Axis, POS, Max(Tol, Precision::Confusion())); in BRepOffsetAPI_MakeEvolved()
86 if (Spine.ShapeType() == TopAbs_WIRE) in BRepOffsetAPI_MakeEvolved()
88 myEvolved.Perform(TopoDS::Wire(Spine), Profil, Axis, Join, Solid); in BRepOffsetAPI_MakeEvolved()
92 myEvolved.Perform(TopoDS::Face(Spine), Profil, Axis, Join, Solid); in BRepOffsetAPI_MakeEvolved()
H A DBRepOffsetAPI_MakeOffset.hxx53 …Standard_EXPORT BRepOffsetAPI_MakeOffset(const TopoDS_Face& Spine, const GeomAbs_JoinType Join = G…
63 …Standard_EXPORT void Init (const TopoDS_Face& Spine, const GeomAbs_JoinType Join = GeomAbs_Arc, co…
65 …Standard_EXPORT BRepOffsetAPI_MakeOffset(const TopoDS_Wire& Spine, const GeomAbs_JoinType Join = G…
71 Standard_EXPORT void AddWire (const TopoDS_Wire& Spine);
H A DBRepOffsetAPI_MakePipe.cxx35 BRepOffsetAPI_MakePipe::BRepOffsetAPI_MakePipe(const TopoDS_Wire& Spine , in BRepOffsetAPI_MakePipe() argument
37 : myPipe(Spine, Profile) in BRepOffsetAPI_MakePipe()
55 BRepOffsetAPI_MakePipe::BRepOffsetAPI_MakePipe(const TopoDS_Wire& Spine , in BRepOffsetAPI_MakePipe() argument
59 : myPipe(Spine, Profile, aMode, ForceApproxC1) in BRepOffsetAPI_MakePipe()
H A DBRepOffsetAPI_MakeOffset.cxx65 BRepOffsetAPI_MakeOffset::BRepOffsetAPI_MakeOffset(const TopoDS_Face& Spine, in BRepOffsetAPI_MakeOffset() argument
69 Init(Spine, Join, IsOpenResult); in BRepOffsetAPI_MakeOffset()
78 void BRepOffsetAPI_MakeOffset::Init(const TopoDS_Face& Spine, in Init() argument
82 myFace = Spine; in Init()
97 BRepOffsetAPI_MakeOffset::BRepOffsetAPI_MakeOffset(const TopoDS_Wire& Spine, in BRepOffsetAPI_MakeOffset() argument
101 myWires.Append(Spine); in BRepOffsetAPI_MakeOffset()
124 void BRepOffsetAPI_MakeOffset::AddWire(const TopoDS_Wire& Spine) in AddWire() argument
128 myWires.Append(Spine); in AddWire()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBRepFill_Evolved.hxx58 …Standard_EXPORT BRepFill_Evolved(const TopoDS_Wire& Spine, const TopoDS_Wire& Profile, const gp_Ax…
62 …Standard_EXPORT BRepFill_Evolved(const TopoDS_Face& Spine, const TopoDS_Wire& Profile, const gp_Ax…
66 …Standard_EXPORT void Perform (const TopoDS_Wire& Spine, const TopoDS_Wire& Profile, const gp_Ax3& …
70 …Standard_EXPORT void Perform (const TopoDS_Face& Spine, const TopoDS_Wire& Profile, const gp_Ax3& …
102 …Standard_EXPORT void PrivatePerform (const TopoDS_Face& Spine, const TopoDS_Wire& Profile, const g…
104 Standard_EXPORT void SetWork (const TopoDS_Face& Spine, const TopoDS_Wire& Profile);
106 …Standard_EXPORT void ElementaryPerform (const TopoDS_Face& Spine, const TopoDS_Wire& Profile, cons…
108 …Standard_EXPORT void PlanarPerform (const TopoDS_Face& Spine, const TopoDS_Wire& Profile, const BR…
110 …Standard_EXPORT void VerticalPerform (const TopoDS_Face& Spine, const TopoDS_Wire& Profile, const …
H A DBRepOffsetAPI_MakeOffset.hxx53 …Standard_EXPORT BRepOffsetAPI_MakeOffset(const TopoDS_Face& Spine, const GeomAbs_JoinType Join = G…
63 …Standard_EXPORT void Init (const TopoDS_Face& Spine, const GeomAbs_JoinType Join = GeomAbs_Arc, co…
65 …Standard_EXPORT BRepOffsetAPI_MakeOffset(const TopoDS_Wire& Spine, const GeomAbs_JoinType Join = G…
71 Standard_EXPORT void AddWire (const TopoDS_Wire& Spine);
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_Evolved.hxx58 …Standard_EXPORT BRepFill_Evolved(const TopoDS_Wire& Spine, const TopoDS_Wire& Profile, const gp_Ax…
62 …Standard_EXPORT BRepFill_Evolved(const TopoDS_Face& Spine, const TopoDS_Wire& Profile, const gp_Ax…
66 …Standard_EXPORT void Perform (const TopoDS_Wire& Spine, const TopoDS_Wire& Profile, const gp_Ax3& …
70 …Standard_EXPORT void Perform (const TopoDS_Face& Spine, const TopoDS_Wire& Profile, const gp_Ax3& …
102 …Standard_EXPORT void PrivatePerform (const TopoDS_Face& Spine, const TopoDS_Wire& Profile, const g…
104 Standard_EXPORT void SetWork (const TopoDS_Face& Spine, const TopoDS_Wire& Profile);
106 …Standard_EXPORT void ElementaryPerform (const TopoDS_Face& Spine, const TopoDS_Wire& Profile, cons…
108 …Standard_EXPORT void PlanarPerform (const TopoDS_Face& Spine, const TopoDS_Wire& Profile, const BR…
110 …Standard_EXPORT void VerticalPerform (const TopoDS_Face& Spine, const TopoDS_Wire& Profile, const …
H A DBRepFill_OffsetAncestors.cxx56 TopoDS_Face Spine = Paral.Spine(); in Perform() local
62 for ( Exp.Init(Spine, TopAbs_EDGE); Exp.More(); Exp.Next()) { in Perform()
70 for ( Exp.Init(Spine, TopAbs_VERTEX); Exp.More(); Exp.Next()) { in Perform()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBRepFill_Evolved.hxx63 …Standard_EXPORT BRepFill_Evolved(const TopoDS_Wire& Spine, const TopoDS_Wire& Profile, const gp_Ax…
67 …Standard_EXPORT BRepFill_Evolved(const TopoDS_Face& Spine, const TopoDS_Wire& Profile, const gp_Ax…
71 …Standard_EXPORT void Perform (const TopoDS_Wire& Spine, const TopoDS_Wire& Profile, const gp_Ax3& …
75 …Standard_EXPORT void Perform (const TopoDS_Face& Spine, const TopoDS_Wire& Profile, const gp_Ax3& …
107 …Standard_EXPORT void PrivatePerform (const TopoDS_Face& Spine, const TopoDS_Wire& Profile, const g…
109 Standard_EXPORT void SetWork (const TopoDS_Face& Spine, const TopoDS_Wire& Profile);
111 …Standard_EXPORT void ElementaryPerform (const TopoDS_Face& Spine, const TopoDS_Wire& Profile, cons…
113 …Standard_EXPORT void PlanarPerform (const TopoDS_Face& Spine, const TopoDS_Wire& Profile, const BR…
115 …Standard_EXPORT void VerticalPerform (const TopoDS_Face& Spine, const TopoDS_Wire& Profile, const …
H A DBRepOffsetAPI_MakeOffset.hxx55 …Standard_EXPORT BRepOffsetAPI_MakeOffset(const TopoDS_Face& Spine, const GeomAbs_JoinType Join = G…
65 …Standard_EXPORT void Init (const TopoDS_Face& Spine, const GeomAbs_JoinType Join = GeomAbs_Arc, co…
67 …Standard_EXPORT BRepOffsetAPI_MakeOffset(const TopoDS_Wire& Spine, const GeomAbs_JoinType Join = G…
73 Standard_EXPORT void AddWire (const TopoDS_Wire& Spine);
/dports/net-mgmt/cacti-spine/cacti-spine-1.2.17/
H A DREADME.md1 # Spine: a poller for Cacti
3 Spine is a high speed poller replacement for `cmd.php`. It is almost 100%
7 Make sure that you have the proper development environment to compile Spine.
19 To compile and install Spine using MySQL versions 5.5 or higher please do the
79 ### Compile Spine
84 2. Download the Spine source to the current directory:
88 3. Extract Spine into C:\Cygwin\usr\src\<spineversion>:
92 4. Change into the Spine directory:
96 5. Run bootstrap to prepare Spine for compilation:
112 10. If all is good Spine will be run from the poller in place of cmd.php.
[all …]
H A DINSTALL1 Spine is a high speed poller replacement for cmd.php. It is almost 100%
5 Make sure that you have the proper development environment to compile Spine.
23 To compile and install Spine using MySQL versions 5.5 or higher
46 To compile and install Spine using MySQL versions previous to 5.5 please add
88 Compile Spine
93 2. Download the Spine source to the current directory:
96 3. Extract Spine into C:\Cygwin\usr\src\<spineversion>:
99 4. Change into the Spine directory:
102 5. Run bootstrap to prepare Spine for compilation:
111 8. Ensure that Spine runs well by running with:
[all …]
H A DCHANGELOG33 -issue#162: Spine not updating rrd_next_step
87 -issue#76: Spine unhandled exception signal
100 -issue#54: Spine should always log if ICMP fails
126 -issue#15: Spine cause CPU usage up to 100%
127 -issue#32: Support noAuthNoPriv in Spine
132 -issue#41: Spine cause CPU usage up to 100%
238 -issue#6: Spine accepts arbitrary polling modes
336 -bug#0001551: Spine compile problem on AIX 5
337 -bug#0001563: Spine Compilation Problem on sql.c
387 -bug#0001231: Compiling Spine on Solaris 10
[all …]
/dports/net-mgmt/cacti88-spine/cacti-spine-0.8.8h/
H A DREADME.wri1 Spine Installation Instructions for Windows
29 Compiling Spine:
32 2. Download the Spine source to the current directory:
34 3. Untar Spine:
36 3. Change into the Spine directory:
38 4. Run bootstrap to prepare Spine for compilation:
48 9. In the Cacti Settings -> Poller update the path to Spine and switch the
49 Poller Type to Spine.
50 10. If all is good Spine will be run from the poller in place of cmd.php.
H A DChangeLog10 -bug:0002639: Spine does not respect snmp_retries from the database
12 -bug:0002549: Spine: hasCaps() always returns FALSE
13 -bug:0002638: Spine: ping_udp() uses uninitialised socket timeout
24 -bug#0002536: Spine segfaults when 18k+ hosts are to be pulled
58 -bug#0001968: Spine Error with Cisco FWSM firewalls
70 -feature#0001878: Add Linux Capabilities to Spine
83 -bug#0001551: Spine compile problem on AIX 5
84 -bug#0001563: Spine Compilation Problem on sql.c
134 -bug#0001231: Compiling Spine on Solaris 10
173 -bug#0000951: Spine SNMP polling does not strip enum values
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/aci/tests/integration/targets/aci_interface_blacklist/tasks/
H A Dmain.yml157 - name: Spine - Clean test environment with enabled interface
163 - name: Spine - Query outofsvc_interface_blacklist
175 - name: Spine - Disable interface in check mode
188 - name: Spine - Disable interface
195 - name: Spine - Verify that outofsvc_interface_blacklist is created
202 - name: Spine - Disable interface again
217 - name: Spine - Query interface
232 - name: Spine - Enable interface in check mode
247 - name: Spine - Enable interface
254 - name: Spine - Verify that outofsvc_interface_blacklist is deleted
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/aci/tests/integration/targets/aci_interface_description/tasks/
H A Dmain.yml100 - name: Spine - Clean test environment with no description interface
106 - name: Spine - Query interface
113 - name: Spine - Verify that no infraSHPathS is not present
118 - name: Spine - Set description on interface
125 - name: Spine - Verify that description is set on interface
132 - name: Spine - Clean test environment with no description interface
138 - name: Spine - Query interface
145 - name: Spine - Verify that no infraSHPathS is not present
175 - name: Spine - Verify that description is set on interface
/dports/math/nauty/nauty27r3/
H A Dtraces.c414 Spine[Lev].part = malloc(sizeof(*(Spine[Lev].part))); \
419 Spine[Lev].part->cls = Spine[Lev-3].part->cls; \
420 Spine[Lev].part->inv = Spine[Lev-3].part->inv; \
421 Spine[Lev-3].part->cls = Spine[Lev-3].part->inv = NULL; \
544 SS(Spine[Lev].levelcounter, "", "s"), Spine[Lev].keptcounter, SS(Spine[Lev].updates, "", "s")); \
1270 Spine[i].liststart = Spine[i].listend = NULL; in Traces()
2101 Spine[tlp1].liststart = Spine[tlp1].listend = NULL; in traces_refine()
8920 Spine[Lev].part = malloc(sizeof(*(Spine[Lev].part))); in NewPartSpine()
8925 Spine[Lev].part->cls = Spine[Lev-3].part->cls; in NewPartSpine()
8926 Spine[Lev].part->inv = Spine[Lev-3].part->inv; in NewPartSpine()
[all …]
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Dtraces.c414 Spine[Lev].part = malloc(sizeof(*(Spine[Lev].part))); \
419 Spine[Lev].part->cls = Spine[Lev-3].part->cls; \
420 Spine[Lev].part->inv = Spine[Lev-3].part->inv; \
421 Spine[Lev-3].part->cls = Spine[Lev-3].part->inv = NULL; \
544 SS(Spine[Lev].levelcounter, "", "s"), Spine[Lev].keptcounter, SS(Spine[Lev].updates, "", "s")); \
1270 Spine[i].liststart = Spine[i].listend = NULL;
2101 Spine[tlp1].liststart = Spine[tlp1].listend = NULL;
8920 Spine[Lev].part = malloc(sizeof(*(Spine[Lev].part)));
8925 Spine[Lev].part->cls = Spine[Lev-3].part->cls;
8926 Spine[Lev].part->inv = Spine[Lev-3].part->inv;
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/FilletSurf/
H A DFilletSurf_InternalBuilder.cxx143 Handle(ChFiDS_ElSpine) Guide = Spine->ElSpine(ind); in ComputeEdgeParameter()
286 Handle(ChFiDS_Spine)& Spine = Stripe->ChangeSpine(); in Perform()
289 StripeOrientations(Spine,RefOr1,RefOr2,RefChoix); in Perform()
304 const Handle(ChFiDS_Spine)& Spine, in PerformSurf() argument
380 Intf = !SearchFace(Spine,cpf1,F1,bid); in PerformSurf()
387 Intf = !SearchFace(Spine,cpf2,F2,bid); in PerformSurf()
396 Intl = !SearchFace(Spine,cpl1,F1,bid); in PerformSurf()
403 Intl = !SearchFace(Spine,cpl2,F2,bid); in PerformSurf()
559 const Handle(ChFiDS_Spine)& sp = st->Spine(); in FirstParameter()
575 const Handle(ChFiDS_Spine)& sp = st->Spine(); in LastParameter()
[all …]

12345678910>>...22