| 129 | */ |
| 130 | void DisableAllCellArrays() { this->DisableAllSelectionArrays(this->CellDataArraySelection); } |
| 131 | void EnableAllCellArrays() { this->EnableAllSelectionArrays(this->CellDataArraySelection); } |
| 132 | |
| 133 | /** |
| 134 | * Get the PointDataArraySelection object. |
nothing calls this directly
no test coverage detected