Gui::DAG::EdgeProperty Struct Reference
Graph edge information. More...
#include <DAGModelGraph.h>
Public Types | |
| enum | BranchTag { , BranchTag::Create, BranchTag::Continue, BranchTag::Terminate } |
| Feature relation meta data. Not used right now. More... | |
Public Member Functions | |
| EdgeProperty () | |
Public Attributes | |
| std::shared_ptr< QGraphicsPathItem > | connector |
| line representing link between nodes. More... | |
| BranchTag | relation |
Detailed Description
Graph edge information.
My data stored for each edge;
Member Enumeration Documentation
◆ BranchTag
|
strong |
Constructor & Destructor Documentation
◆ EdgeProperty()
| EdgeProperty::EdgeProperty | ( | ) |
Member Data Documentation
◆ connector
| std::shared_ptr<QGraphicsPathItem> Gui::DAG::EdgeProperty::connector |
line representing link between nodes.
◆ relation
| BranchTag Gui::DAG::EdgeProperty::relation |
The documentation for this struct was generated from the following files:
- src/Gui/DAGView/DAGModelGraph.h
- src/Gui/DAGView/DAGModelGraph.cpp
1.8.17