------------------------------------------------------------------------------
| 882 | |
| 883 | //------------------------------------------------------------------------------ |
| 884 | void vtkXdmf3Reader::SetGridStatus(const char* gridname, int status) |
| 885 | { |
| 886 | this->GetGridsSelection()->SetArrayStatus(gridname, status != 0); |
| 887 | this->Modified(); |
| 888 | } |
| 889 | |
| 890 | //------------------------------------------------------------------------------ |
| 891 | int vtkXdmf3Reader::GetGridStatus(const char* arrayname) |
nothing calls this directly
no test coverage detected