Home
last modified time | relevance | path

Searched refs:myAttributeMap (Results 1 – 7 of 7) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DTDF_DataSet.lxx28 { return (myLabelMap.IsEmpty() && myAttributeMap.IsEmpty()); }
46 { if (!anAttribute.IsNull()) myAttributeMap.Add(anAttribute); }
50 { return myAttributeMap.Contains(anAttribute); }
53 { return myAttributeMap; }
H A DTDF_DataSet.hxx101 TDF_AttributeMap myAttributeMap; member in TDF_DataSet
/dports/cad/opencascade/opencascade-7.6.0/src/TDF/
H A DTDF_DataSet.lxx28 { return (myLabelMap.IsEmpty() && myAttributeMap.IsEmpty()); }
46 { if (!anAttribute.IsNull()) myAttributeMap.Add(anAttribute); }
50 { return myAttributeMap.Contains(anAttribute); }
53 { return myAttributeMap; }
H A DTDF_DataSet.cxx48 myAttributeMap.Clear(); in Clear()
73 for (TDF_MapIteratorOfAttributeMap itr3(myAttributeMap); in Dump()
H A DTDF_DataSet.hxx101 TDF_AttributeMap myAttributeMap; member in TDF_DataSet
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DTDF_DataSet.lxx28 { return (myLabelMap.IsEmpty() && myAttributeMap.IsEmpty()); }
46 { if (!anAttribute.IsNull()) myAttributeMap.Add(anAttribute); }
50 { return myAttributeMap.Contains(anAttribute); }
53 { return myAttributeMap; }
H A DTDF_DataSet.hxx102 TDF_AttributeMap myAttributeMap; member in TDF_DataSet