| 82 | } |
| 83 | virtual void SetGraphEdgeLabelArrayName(const char* name, int idx); |
| 84 | virtual const char* GetGraphEdgeLabelArrayName() { return this->GetGraphEdgeLabelArrayName(0); } |
| 85 | virtual const char* GetGraphEdgeLabelArrayName(int idx); |
| 86 | ///@} |
| 87 |
nothing calls this directly
no test coverage detected