| 70 | struct LayoutGraphNode |
| 71 | { |
| 72 | LayoutGraphNode() |
| 73 | { |
| 74 | } |
| 75 | AbstractCoordinatePlane *diagramPlane = nullptr; |
| 76 | LayoutGraphNode *leftSuccesor = nullptr; |
| 77 | LayoutGraphNode *bottomSuccesor = nullptr; |
nothing calls this directly
no outgoing calls
no test coverage detected