Definition at line 262 of file BufferOperation.cpp.
263{
265 return true;
266 }
268 return false;
269 }
270
271 switch (op.get_type()) {
273 return !op.is_streaming();
279 return true;
284 default:
285 return false;
286 }
287}
@ BRANCH
Branch to sub-pipeline based on conditions.
@ SYNC
Synchronize with timing/cycles for coordination.
@ LOAD
Load data from container to buffer with position control.
@ CONDITION
Conditional operation for branching logic.
@ FUSE
Fuse multiple sources using custom fusion functions.
@ ROUTE
Route data to destination (buffer or container)
@ CAPTURE
Capture data from source buffer using BufferCapture strategy.
@ MODIFY
Modify Buffer Data using custom quick process.
@ DISPATCH
Dispatch to external handler for custom processing.
@ TRANSFORM
Apply transformation function to data variants.
References BRANCH, CAPTURE, CONDITION, DISPATCH, FUSE, get_execution_phase(), get_type(), is_streaming(), LOAD, MODIFY, PROCESS, ROUTE, SYNC, and TRANSFORM.
Referenced by MayaFlux::Kriya::BufferPipeline::execute_phased(), and MayaFlux::Kriya::BufferPipeline::execute_streaming().