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

Method select

src/ifcparse/parse_ifcxml.cpp:161–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 }
160
161 static stack_node select(IfcUtil::IfcBaseClass* inst, int idx) {
162 stack_node node;
163 node.type_ = node_select;
164 node.inst_ = inst;
165 node.idx_ = idx;
166 return node;
167 }
168
169 static stack_node header() {
170 stack_node node;

Callers 5

ifc_selectMethod · 0.45
mainFunction · 0.45
generate_lineworkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected