* Turn on/off all point arrays. */
| 169 | * Turn on/off all point arrays. |
| 170 | */ |
| 171 | void DisableAllPointArrays() { this->DisableAllSelectionArrays(this->PointDataArraySelection); } |
| 172 | void EnableAllPointArrays() { this->EnableAllSelectionArrays(this->PointDataArraySelection); } |
| 173 | |
| 174 | /** |
nothing calls this directly
no test coverage detected