| 569 | return this->GetObjectArrayStatus(EDGE_BLOCK, name); |
| 570 | } |
| 571 | void SetEdgeResultArrayStatus(const char* name, int flag) |
| 572 | { |
| 573 | this->SetObjectArrayStatus(EDGE_BLOCK, name, flag); |
| 574 | } |
| 575 | |
| 576 | int GetNumberOfFaceResultArrays() { return this->GetNumberOfObjectArrays(FACE_BLOCK); } |
| 577 | const char* GetFaceResultArrayName(int index) |
nothing calls this directly
no test coverage detected