Home
last modified time | relevance | path

Searched refs:thePave (Results 1 – 12 of 12) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/BOPDS/
H A DBOPDS_PaveBlock.cxx122 void BOPDS_PaveBlock::SetPave1(const BOPDS_Pave& thePave) in SetPave1() argument
124 myPave1=thePave; in SetPave1()
138 void BOPDS_PaveBlock::SetPave2(const BOPDS_Pave& thePave) in SetPave2() argument
140 myPave2=thePave; in SetPave2()
196 void BOPDS_PaveBlock::AppendExtPave(const BOPDS_Pave& thePave) in AppendExtPave() argument
198 if (myMFence.Add(thePave.Index())) { in AppendExtPave()
199 myExtPaves.Append(thePave); in AppendExtPave()
206 void BOPDS_PaveBlock::AppendExtPave1(const BOPDS_Pave& thePave) in AppendExtPave1() argument
208 myExtPaves.Append(thePave); in AppendExtPave1()
H A DBOPDS_PaveBlock.hxx54 Standard_EXPORT void SetPave1 (const BOPDS_Pave& thePave);
64 Standard_EXPORT void SetPave2 (const BOPDS_Pave& thePave);
137 Standard_EXPORT void AppendExtPave(const BOPDS_Pave& thePave);
142 Standard_EXPORT void AppendExtPave1 (const BOPDS_Pave& thePave);
H A DBOPDS_PaveMapHasher.lxx21 inline Standard_Integer BOPDS_PaveMapHasher::HashCode (const BOPDS_Pave& thePave, const Standard_In…
23 return ::HashCode (thePave.Index(), theUpperBound);
H A DBOPDS_PaveMapHasher.hxx38 static Standard_Integer HashCode (const BOPDS_Pave& thePave, Standard_Integer theUpperBound);
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBOPDS_PaveBlock.hxx54 Standard_EXPORT void SetPave1 (const BOPDS_Pave& thePave);
64 Standard_EXPORT void SetPave2 (const BOPDS_Pave& thePave);
137 Standard_EXPORT void AppendExtPave(const BOPDS_Pave& thePave);
142 Standard_EXPORT void AppendExtPave1 (const BOPDS_Pave& thePave);
H A DBOPDS_PaveMapHasher.lxx21 inline Standard_Integer BOPDS_PaveMapHasher::HashCode (const BOPDS_Pave& thePave, const Standard_In…
23 return ::HashCode (thePave.Index(), theUpperBound);
H A DBOPDS_PaveMapHasher.hxx38 static Standard_Integer HashCode (const BOPDS_Pave& thePave, Standard_Integer theUpperBound);
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBOPDS_PaveBlock.hxx60 Standard_EXPORT void SetPave1 (const BOPDS_Pave& thePave);
70 Standard_EXPORT void SetPave2 (const BOPDS_Pave& thePave);
143 Standard_EXPORT void AppendExtPave(const BOPDS_Pave& thePave);
148 Standard_EXPORT void AppendExtPave1 (const BOPDS_Pave& thePave);
H A DBOPDS_PaveMapHasher.lxx21 inline Standard_Integer BOPDS_PaveMapHasher::HashCode (const BOPDS_Pave& thePave, const Standard_In…
23 return ::HashCode (thePave.Index(), theUpperBound);
H A DBOPDS_PaveMapHasher.hxx38 static Standard_Integer HashCode (const BOPDS_Pave& thePave, Standard_Integer theUpperBound);
/dports/cad/opencascade/opencascade-7.6.0/src/BOPAlgo/
H A DBOPAlgo_PaveFiller_8.cxx58 const BOPDS_Pave& thePave,
384 const BOPDS_Pave& thePave, in AddSplitPoint() argument
390 Standard_Real aT = thePave.Parameter(); in AddSplitPoint()
402 thePBD->AppendExtPave1(thePave); in AddSplitPoint()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_TrimShellCorner.cxx128 BOPDS_Pave& thePave);
139 BOPDS_Pave& thePave);
1547 BOPDS_Pave& thePave) { in FindVertex() argument
1562 thePave.SetParameter(l); in FindVertex()
1566 thePave.SetParameter(f); in FindVertex()
1583 thePave.SetIndex(anIndex); in FindVertex()
1596 BOPDS_Pave& thePave) { in FindNextVertex() argument
1615 thePave = aTmpPave; in FindNextVertex()
1636 BOPDS_Pave& thePave) { in GetPave() argument
1647 thePave = aLP.First(); in GetPave()
[all …]