| 707 | return this->GetObjectArrayName(EDGE_SET, index); |
| 708 | } |
| 709 | int GetEdgeSetResultArrayStatus(const char* name) |
| 710 | { |
| 711 | return this->GetObjectArrayStatus(EDGE_SET, name); |
| 712 | } |
| 713 | void SetEdgeSetResultArrayStatus(const char* name, int flag) |
| 714 | { |
| 715 | this->SetObjectArrayStatus(EDGE_SET, name, flag); |
nothing calls this directly
no test coverage detected