| 258 | */ |
| 259 | void DisableAllPatchArrays() { this->DisableAllSelectionArrays(this->PatchDataArraySelection); } |
| 260 | void EnableAllPatchArrays() { this->EnableAllSelectionArrays(this->PatchDataArraySelection); } |
| 261 | |
| 262 | ///@{ |
| 263 | /** |
nothing calls this directly
no test coverage detected