Skip to content

Reply To: IndicatorCuboid2D : Need extra Explanation

#5431
Adrian
Keymaster

Sure, fur functions that are not yet converted to using FunctorPtr arguments such as rename you can dereference the shared_ptr using the “*” operator:

`
superGeometry.rename(4,1,*unified_box);
`