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

Method GetGroupNumericVectorFieldComponents

IO/IOSS/vtkIOSSReader.cxx:121–124  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

get_stringMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected