| 240 | return this->GetSelectionArrayStatus(this->PatchDataArraySelection, name); |
| 241 | } |
| 242 | void SetPatchArrayStatus(const char* name, int status) |
| 243 | { |
| 244 | this->SetSelectionArrayStatus(this->PatchDataArraySelection, name, status); |
| 245 | } |
| 246 | |
| 247 | /** |
| 248 | * Get the name of the Patch with the given index in |
nothing calls this directly
no test coverage detected