----------------------------------------------------------------------------
| 119 | |
| 120 | //---------------------------------------------------------------------------- |
| 121 | bool vtkIOSSReader::GetGroupNumericVectorFieldComponents() |
| 122 | { |
| 123 | return this->Internals->DatabaseProperties.get("IGNORE_REALN_FIELDS").get_string() == "off"; |
| 124 | } |
| 125 | |
| 126 | //---------------------------------------------------------------------------- |
| 127 | void vtkIOSSReader::SetGroupAlphabeticVectorFieldComponents(bool value) |
nothing calls this directly
no test coverage detected