|
Blender
V2.93
|
#include <COM_Debug.h>
Public Types | |
| enum | GroupState { EG_WAIT , EG_RUNNING , EG_FINISHED } |
| typedef std::map< const Node *, std::string > | NodeNameMap |
| typedef std::map< const NodeOperation *, std::string > | OpNameMap |
| typedef std::map< const ExecutionGroup *, GroupState > | GroupStateMap |
Static Public Member Functions | |
| static std::string | node_name (const Node *node) |
| static std::string | operation_name (const NodeOperation *op) |
| static void | convert_started () |
| static void | execute_started (const ExecutionSystem *system) |
| static void | node_added (const Node *node) |
| static void | node_to_operations (const Node *node) |
| static void | operation_added (const NodeOperation *operation) |
| static void | operation_read_write_buffer (const NodeOperation *operation) |
| static void | execution_group_started (const ExecutionGroup *group) |
| static void | execution_group_finished (const ExecutionGroup *group) |
| static void | graphviz (const ExecutionSystem *system) |
Definition at line 33 of file COM_Debug.h.
| typedef std::map<const ExecutionGroup *, GroupState> blender::compositor::DebugInfo::GroupStateMap |
Definition at line 39 of file COM_Debug.h.
| typedef std::map<const Node *, std::string> blender::compositor::DebugInfo::NodeNameMap |
Definition at line 37 of file COM_Debug.h.
| typedef std::map<const NodeOperation *, std::string> blender::compositor::DebugInfo::OpNameMap |
Definition at line 38 of file COM_Debug.h.
| Enumerator | |
|---|---|
| EG_WAIT | |
| EG_RUNNING | |
| EG_FINISHED | |
Definition at line 35 of file COM_Debug.h.
|
static |
Definition at line 472 of file COM_Debug.cc.
|
static |
Definition at line 475 of file COM_Debug.cc.
Referenced by blender::compositor::ExecutionSystem::execute().
|
static |
Definition at line 493 of file COM_Debug.cc.
Referenced by blender::compositor::ExecutionGroup::execute().
|
static |
Definition at line 490 of file COM_Debug.cc.
Referenced by blender::compositor::ExecutionGroup::execute().
|
static |
Definition at line 496 of file COM_Debug.cc.
Referenced by blender::compositor::ExecutionGroup::execute().
|
static |
Definition at line 478 of file COM_Debug.cc.
Referenced by blender::compositor::NodeGraph::add_node().
|
static |
Definition at line 464 of file COM_Debug.cc.
|
static |
Definition at line 481 of file COM_Debug.cc.
Referenced by blender::compositor::NodeOperationBuilder::convertToOperations().
|
static |
Definition at line 484 of file COM_Debug.cc.
|
static |
Definition at line 468 of file COM_Debug.cc.
|
static |
Definition at line 487 of file COM_Debug.cc.
Referenced by blender::compositor::NodeOperationBuilder::add_complex_operation_buffers().