MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / contains

Method contains

src/serializers/ColladaSerializer.cpp:358–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358bool ColladaSerializer::ColladaExporter::ColladaMaterials::contains(const ifcopenshell::geometry::taxonomy::style::ptr& material) {
359 return std::find(materials.begin(), materials.end(), material) != materials.end();
360}
361
362void ColladaSerializer::ColladaExporter::ColladaMaterials::write() {
363 effects.close();

Callers 1

finalizeMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected