| 679 | return this->GetObjectArrayName(NODE_SET, index); |
| 680 | } |
| 681 | int GetNodeSetResultArrayStatus(const char* name) |
| 682 | { |
| 683 | return this->GetObjectArrayStatus(NODE_SET, name); |
| 684 | } |
| 685 | void SetNodeSetResultArrayStatus(const char* name, int flag) |
| 686 | { |
| 687 | this->SetObjectArrayStatus(NODE_SET, name, flag); |
nothing calls this directly
no test coverage detected