MCPcopy Create free account
hub / github.com/Kitware/VTK / GetGroupAlphabeticVectorFieldComponents

Method GetGroupAlphabeticVectorFieldComponents

IO/IOSS/vtkIOSSReader.cxx:135–138  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

133
134//----------------------------------------------------------------------------
135bool vtkIOSSReader::GetGroupAlphabeticVectorFieldComponents()
136{
137 return this->Internals->DatabaseProperties.get("ENABLE_FIELD_RECOGNITION").get_string() == "on";
138}
139
140//----------------------------------------------------------------------------
141void vtkIOSSReader::SetFieldSuffixSeparator(const char* value)

Callers 1

TestIOSSExodusFunction · 0.80

Calls 2

get_stringMethod · 0.45
getMethod · 0.45

Tested by 1

TestIOSSExodusFunction · 0.64