libtcspc.SelectAll¶
- final class libtcspc.SelectAll[source]¶
Bases:
NodePass-through processor that forwards every event unchanged.
This is a no-op filter. It is occasionally useful as a placeholder where the graph structure expects a processor but no transformation is needed.
Notes
Events handled:
All event types: pass through unchanged.
End of input: pass through.
See also
- tcspc::select_all()
The underlying C++ factory function.