| 703 | |
| 704 | int GetNumberOfEdgeSetResultArrays() { return this->GetNumberOfObjectArrays(EDGE_SET); } |
| 705 | const char* GetEdgeSetResultArrayName(int index) |
| 706 | { |
| 707 | return this->GetObjectArrayName(EDGE_SET, index); |
| 708 | } |
| 709 | int GetEdgeSetResultArrayStatus(const char* name) |
| 710 | { |
| 711 | return this->GetObjectArrayStatus(EDGE_SET, name); |
nothing calls this directly
no test coverage detected