Home
last modified time | relevance | path

Searched refs:themap (Results 1 – 25 of 61) sorted by path

123

/dports/cad/gmsh/gmsh-4.9.2-source/contrib/domhex/
H A DBackgroundMesh3D.cpp335 std::multimap<double, MVertex const *> themap; in computeSmoothnessOnlyFromBoundaries() local
342 themap.clear(); in computeSmoothnessOnlyFromBoundaries()
353 themap.insert(std::make_pair(1., *it)); in computeSmoothnessOnlyFromBoundaries()
360 compare_to_neighbors(current->point(), ref, themap.begin(), themap.end(), in computeSmoothnessOnlyFromBoundaries()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIFSelect_ContextModif.hxx209 Handle(Interface_CopyControl) themap;
H A DIFSelect_SignCounter.hxx159 TColStd_MapOfTransient themap; member in IFSelect_SignCounter
H A DIFSelect_TransformStandard.hxx157 Handle(Interface_CopyControl) themap;
H A DIGESSelect_SplineToBSpline.hxx96 Handle(Interface_CopyControl) themap;
H A DIGESSelect_ViewSorter.hxx134 TColStd_IndexedMapOfTransient themap; member in IGESSelect_ViewSorter
H A DInterface_CopyTool.hxx205 Handle(Interface_CopyControl) themap;
H A DTransfer_ProcessForFinder.hxx452 Transfer_TransferMapOfProcessForFinder themap; member in Transfer_ProcessForFinder
H A DTransfer_ProcessForTransient.hxx438 Transfer_TransferMapOfProcessForTransient themap; member in Transfer_ProcessForTransient
H A DTransfer_TransferProcess.gxx56 : themap (nb)
75 : themap (nb)
90 themap.Clear();
99 if (themap(i).IsNull()) unb ++;
113 themap.Assign (newmap);
139 if (nb > themap.NbBuckets()) themap.ReSize(nb);
296 themap(theindex) = binder;
301 themap(theindex) = binder;
803 return themap.Extent();
814 return themap.FindKey(num);
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IFSelect/
H A DIFSelect_ContextModif.cxx41 themap = TC.Control(); thesel = Standard_False; thecurr = thecurt = 0; in IFSelect_ContextModif()
45 if (themap->Search(graph.Entity(i),newent)) thelist.SetValue(i,'1'); in IFSelect_ContextModif()
82 if (themap.IsNull() && num > 0) thelist.SetValue(num,'1'); in Select()
83 else if (themap->Search (start,newent)) { in Select()
163 return themap; in Handle()
202 if (themap.IsNull()) return Standard_True; in IsTransferred()
204 return themap->Search(ent,newent); in IsTransferred()
250 if (themap.IsNull()) newent = thegraf.Entity(i); in SelectedResult()
251 else if (thelist.Value(i) != ' ') themap->Search (thegraf.Entity(i),newent); in SelectedResult()
335 if (themap.IsNull()) newent = ent; in Handle()
[all …]
H A DIFSelect_ContextModif.hxx209 Handle(Interface_CopyControl) themap;
H A DIFSelect_SignCounter.cxx55 if (themap.Contains(ent)) return Standard_False; in AddEntity()
56 themap.Add(ent); in AddEntity()
96 if (themap.Extent() == 0) themapstat = Standard_False; in AddModel()
H A DIFSelect_SignCounter.hxx159 TColStd_MapOfTransient themap; member in IFSelect_SignCounter
H A DIFSelect_TransformStandard.cxx104 themap = TC.Control(); in Perform()
197 if (themap.IsNull()) return Standard_False; in Updated()
198 return themap->Search(entfrom,entto); in Updated()
H A DIFSelect_TransformStandard.hxx157 Handle(Interface_CopyControl) themap;
/dports/cad/opencascade/opencascade-7.6.0/src/IGESSelect/
H A DIGESSelect_SplineToBSpline.cxx49 themap.Nullify(); in Perform()
79 if (themap.IsNull()) return Standard_False; in Updated()
80 return themap->Search(entfrom,entto); in Updated()
H A DIGESSelect_SplineToBSpline.hxx96 Handle(Interface_CopyControl) themap;
H A DIGESSelect_ViewSorter.cxx42 themap.Clear(); themap.ReSize (nb); in Clear()
66 if (themap.FindIndex(igesent)) return Standard_False; in AddEntity()
67 themap.Add(igesent); in AddEntity()
109 { return themap.Extent(); } in NbEntities()
208 list->Add (themap.FindKey(i)); in Handle()
213 list->Add (themap.FindKey(i)); in Handle()
H A DIGESSelect_ViewSorter.hxx134 TColStd_IndexedMapOfTransient themap; member in IGESSelect_ViewSorter
/dports/cad/opencascade/opencascade-7.6.0/src/Interface/
H A DInterface_CopyTool.cxx46 themap = new Interface_CopyMap (amodel); in Interface_CopyTool()
58 themap = new Interface_CopyMap (amodel); in Interface_CopyTool()
72 themap = new Interface_CopyMap (amodel); in Interface_CopyTool()
82 { themap = othermap; } in SetControl()
85 { return themap; } in Handle()
93 themap->Clear(); in Clear()
216 themap->Bind (ent,res); in Bind()
223 { return themap->Search (ent,res); } in Search()
239 if (themap->Search(ent,res)) return num; in LastCopiedAfter()
309 if (!themap->Search(ent,res)) continue; in CompleteResult()
[all …]
H A DInterface_CopyTool.hxx205 Handle(Interface_CopyControl) themap;
/dports/cad/opencascade/opencascade-7.6.0/src/Transfer/
H A DTransfer_ProcessForFinder.hxx452 Transfer_TransferMapOfProcessForFinder themap; member in Transfer_ProcessForFinder
H A DTransfer_ProcessForTransient.hxx438 Transfer_TransferMapOfProcessForTransient themap; member in Transfer_ProcessForTransient
H A DTransfer_TransferProcess.gxx56 : themap (nb)
75 : themap (nb)
90 themap.Clear();
99 if (themap(i).IsNull()) unb ++;
113 themap.Assign (newmap);
139 if (nb > themap.NbBuckets()) themap.ReSize(nb);
296 themap(theindex) = binder;
301 themap(theindex) = binder;
803 return themap.Extent();
814 return themap.FindKey(num);
[all …]

123