| 152 | return this->GetSelectionArrayStatus(this->PointDataArraySelection, name); |
| 153 | } |
| 154 | void SetPointArrayStatus(const char* name, int status) |
| 155 | { |
| 156 | this->SetSelectionArrayStatus(this->PointDataArraySelection, name, status); |
| 157 | } |
| 158 | |
| 159 | /** |
| 160 | * Get the name of the point array with the given index in |
nothing calls this directly
no test coverage detected