What’s the most straightforward way of getting active state from Cells4.cpp?
I basically just want the same call on the C++ class as the TP.getActiveState() call on the Python side. The call would just return a list of IDs of cells that are active in the current timestep. Is there an equivalent call in Cells4?
If not, how would I extract the same information from _infActiveStateT in the C++ class?
I tried looking in the Python bindings for this but I didn’t see anything.