------------------------------------------------------------------------------
| 42 | |
| 43 | //------------------------------------------------------------------------------ |
| 44 | int vtkXdmf3ArraySelection::GetArraySetting(const char* name) |
| 45 | { |
| 46 | return this->ArrayIsEnabled(name) ? 1 : 0; |
| 47 | } |
| 48 | |
| 49 | //------------------------------------------------------------------------------ |
| 50 | void vtkXdmf3ArraySelection::SetArrayStatus(const char* name, bool status) |
no test coverage detected