meshroom.core.graph
Functions
|
A Context Manager that can be used to trigger only one Graph update for a group of several modifications. |
|
Graph methods modifying the graph topology (add/remove edges or nodes) must be decorated with 'changeTopology' for update mechanism to work as intended. |
|
|
|
|
|
|
|
Submit the given graph via the given submitter. |
|
Classes
|
|
|
_________________ _________________ _________________ | | | | | | | Node A | | Node B | | Node C | | | edge | | edge | | |input output|>---->|input output|>---->|input output| |_______________| |_______________| |_______________| |
|
|
|
Base class for Graph Visitors that does nothing. |