MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ supports_incremental_upload()

bool MayaFlux::Nodes::Network::TopologyOperator::supports_incremental_upload ( ) const
inlineoverridevirtual

True: point edits, add_topology() and every proximity-parameter change route through a TopologyGeneratorNode dirty flag, so per-graph ranges are complete.

Isolation is across graphs only; a change inside one graph re-uploads that graph's whole range.

Reimplemented from MayaFlux::Nodes::Network::GraphicsOperator.

Definition at line 66 of file TopologyOperator.hpp.

66{ return true; }