------------------------------------------------------------------------------
| 75 | |
| 76 | //------------------------------------------------------------------------------ |
| 77 | void vtkConvertSelection::ClearArrayNames() |
| 78 | { |
| 79 | if (this->ArrayNames) |
| 80 | { |
| 81 | this->ArrayNames->Initialize(); |
| 82 | } |
| 83 | } |
| 84 | |
| 85 | //------------------------------------------------------------------------------ |
| 86 | void vtkConvertSelection::SetArrayName(const char* name) |
nothing calls this directly
no test coverage detected