| 575 | |
| 576 | int GetNumberOfFaceResultArrays() { return this->GetNumberOfObjectArrays(FACE_BLOCK); } |
| 577 | const char* GetFaceResultArrayName(int index) |
| 578 | { |
| 579 | return this->GetObjectArrayName(FACE_BLOCK, index); |
| 580 | } |
| 581 | int GetFaceResultArrayStatus(const char* name) |
| 582 | { |
| 583 | return this->GetObjectArrayStatus(FACE_BLOCK, name); |
nothing calls this directly
no test coverage detected