| 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) |
| 616 | { |
| 617 | this->SetObjectStatus(EDGE_MAP, name, flag); |
nothing calls this directly
no test coverage detected