| 977 | } |
| 978 | |
| 979 | void |
| 980 | NodeCollection::recomputeFrameRangeForAllReaders(int* firstFrame, |
| 981 | int* lastFrame) |
| 982 | { |
| 983 | recomputeFrameRangeForAllReadersInternal(this, firstFrame, lastFrame, true); |
| 984 | } |
| 985 | |
| 986 | void |
| 987 | NodeCollection::forceComputeInputDependentDataOnAllTrees() |
nothing calls this directly
no test coverage detected