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

Function begin

src/ifcgeom/IfcGeomRepresentation.h:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 {}
67 virtual ~BRep() {}
68 IfcGeom::ConversionResults::const_iterator begin() const { return shapes_.begin(); }
69 IfcGeom::ConversionResults::const_iterator end() const { return shapes_.end(); }
70 const IfcGeom::ConversionResults& shapes() const { return shapes_; }
71 IfcGeom::ConversionResultShape* as_compound(bool force_meters = false) const;

Callers 3

as_compoundMethod · 0.70
compareFunction · 0.70

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected