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

Method evaluate

src/ifcgeom/function_item_evaluator.cpp:291–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291taxonomy::item::ptr function_item_evaluator::evaluate() const {
292 return evaluate(evaluation_points());
293}
294
295taxonomy::item::ptr function_item_evaluator::evaluate(double ustart, double uend, unsigned nsteps) const {
296 return evaluate(evaluation_points(ustart, uend, nsteps));

Callers 14

evaluateMethod · 0.45
evaluateMethod · 0.45
evaluateMethod · 0.45
evaluateMethod · 0.45
convert_implMethod · 0.45
make_loftMethod · 0.45
add_zero_length_segmentFunction · 0.45
create_layout_segmentFunction · 0.45
_add_segment_to_layoutFunction · 0.45
add_stationing_referentFunction · 0.45
evaluate_representationFunction · 0.45

Calls 5

reserveMethod · 0.80
push_backMethod · 0.80
rowMethod · 0.80
sizeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected