| 579 | return this->GetObjectArrayName(FACE_BLOCK, index); |
| 580 | } |
| 581 | int GetFaceResultArrayStatus(const char* name) |
| 582 | { |
| 583 | return this->GetObjectArrayStatus(FACE_BLOCK, name); |
| 584 | } |
| 585 | void SetFaceResultArrayStatus(const char* name, int flag) |
| 586 | { |
| 587 | this->SetObjectArrayStatus(FACE_BLOCK, name, flag); |
nothing calls this directly
no test coverage detected