Home
last modified time | relevance | path

Searched defs:OpenGl_Material (Results 1 – 3 of 3) sorted by relevance

/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DOpenGl_Material.hxx23 struct OpenGl_Material struct
47 OpenGl_Material() in OpenGl_Material() argument
63 bool IsEqual (const OpenGl_Material& theOther) const in IsEqual() argument
69 bool operator== (const OpenGl_Material& theOther) { return IsEqual (theOther); } in operator ==() argument
70 bool operator== (const OpenGl_Material& theOther) const { return IsEqual (theOther); } in operator ==() argument
73 bool operator!= (const OpenGl_Material& theOther) { return !IsEqual (theOther); } in operator !=() argument
74 bool operator!= (const OpenGl_Material& theOther) const { return !IsEqual (theOther); } in operator !=() argument
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DOpenGl_Material.hxx75 struct OpenGl_Material struct
77 OpenGl_MaterialCommon Common[2]; argument
78 OpenGl_MaterialPBR Pbr[2]; argument
97 bool IsEqual (const OpenGl_Material& theOther) const in IsEqual() argument
103 bool operator== (const OpenGl_Material& theOther) { return IsEqual (theOther); } in operator ==() argument
104 bool operator== (const OpenGl_Material& theOther) const { return IsEqual (theOther); } in operator ==() argument
107 bool operator!= (const OpenGl_Material& theOther) { return !IsEqual (theOther); } in operator !=() argument
108 bool operator!= (const OpenGl_Material& theOther) const { return !IsEqual (theOther); } in operator !=() argument
129 enum OpenGl_MaterialFlag argument
/dports/cad/opencascade/opencascade-7.6.0/src/OpenGl/
H A DOpenGl_Material.hxx75 struct OpenGl_Material struct
77 OpenGl_MaterialCommon Common[2]; argument
78 OpenGl_MaterialPBR Pbr[2]; argument
97 bool IsEqual (const OpenGl_Material& theOther) const in IsEqual() argument
103 bool operator== (const OpenGl_Material& theOther) { return IsEqual (theOther); } in operator ==() argument
104 bool operator== (const OpenGl_Material& theOther) const { return IsEqual (theOther); } in operator ==() argument
107 bool operator!= (const OpenGl_Material& theOther) { return !IsEqual (theOther); } in operator !=() argument
108 bool operator!= (const OpenGl_Material& theOther) const { return !IsEqual (theOther); } in operator !=() argument
129 enum OpenGl_MaterialFlag argument