------------------------------------------------------------------------------
| 858 | |
| 859 | //------------------------------------------------------------------------------ |
| 860 | int vtkXdmf3Reader::GetPointArrayStatus(const char* arrayname) |
| 861 | { |
| 862 | return this->GetPointArraySelection()->GetArraySetting(arrayname); |
| 863 | } |
| 864 | |
| 865 | //------------------------------------------------------------------------------ |
| 866 | const char* vtkXdmf3Reader::GetPointArrayName(int index) |
nothing calls this directly
no test coverage detected