| 604 | int GetNumberOfNodeMapArrays() { return this->GetNumberOfObjects(NODE_MAP); } |
| 605 | const char* GetNodeMapArrayName(int index) { return this->GetObjectName(NODE_MAP, index); } |
| 606 | int GetNodeMapArrayStatus(const char* name) { return this->GetObjectStatus(NODE_MAP, name); } |
| 607 | void SetNodeMapArrayStatus(const char* name, int flag) |
| 608 | { |
| 609 | this->SetObjectStatus(NODE_MAP, name, flag); |
nothing calls this directly
no test coverage detected