| 551 | int GetNumberOfPointResultArrays() { return this->GetNumberOfObjectArrays(NODAL); } |
| 552 | const char* GetPointResultArrayName(int index) { return this->GetObjectArrayName(NODAL, index); } |
| 553 | int GetPointResultArrayStatus(const char* name) |
| 554 | { |
| 555 | return this->GetObjectArrayStatus(NODAL, name); |
| 556 | } |
| 557 | void SetPointResultArrayStatus(const char* name, int flag) |
| 558 | { |
| 559 | this->SetObjectArrayStatus(NODAL, name, flag); |
nothing calls this directly
no test coverage detected