| 610 | } |
| 611 | |
| 612 | int GetNumberOfEdgeMapArrays() { return this->GetNumberOfObjects(EDGE_MAP); } |
| 613 | const char* GetEdgeMapArrayName(int index) { return this->GetObjectName(EDGE_MAP, index); } |
| 614 | int GetEdgeMapArrayStatus(const char* name) { return this->GetObjectStatus(EDGE_MAP, name); } |
| 615 | void SetEdgeMapArrayStatus(const char* name, int flag) |
nothing calls this directly
no test coverage detected