| 628 | int GetNumberOfElementMapArrays() { return this->GetNumberOfObjects(ELEM_MAP); } |
| 629 | const char* GetElementMapArrayName(int index) { return this->GetObjectName(ELEM_MAP, index); } |
| 630 | int GetElementMapArrayStatus(const char* name) { return this->GetObjectStatus(ELEM_MAP, name); } |
| 631 | void SetElementMapArrayStatus(const char* name, int flag) |
| 632 | { |
| 633 | this->SetObjectStatus(ELEM_MAP, name, flag); |
nothing calls this directly
no test coverage detected