ConversionResult convert_node(SimulationContext &ctx, int idx, NodeType new_type)
Convert a node in-place to new_type.
Definition TypeConverter.cpp:94
ConversionResult convert_link(SimulationContext &ctx, int idx, LinkType new_type)
Convert a link in-place to new_type.
Definition TypeConverter.cpp:223
Central, reentrant simulation context.
Definition SimulationContext.hpp:274