Interface IWorkItemContext
Public
Interface to expose a subset of the WorkItemProcessor functionality.
Public Methods
EnsureValidFloodFill
()
If a WorkItem needs to have a valid flood fill during execution, call this method to ensure there are no pending flood fills.
Public
QueueFloodFill
()
Call during work items to queue a flood fill.
Public
SetGraphDirty
(graph)
Trigger a graph modification event.
Public