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

Method filter

src/ifcgeom/IfcGeomFilter.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 struct filter
50 {
51 filter() : include(false), traverse(false), traverse_openings(false) {}
52 filter(bool incl, bool trav, bool trav_openings = false) : include(incl), traverse(trav), traverse_openings(trav_openings) {}
53 /// Should the product be included (true) or excluded (false).
54 bool include;

Callers 6

addTableListenersMethod · 0.45
createCostTableMethod · 0.45
createSummarySectionMethod · 0.45
compactHistoryWithLLMFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected