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

Method IsValidVariable

IO/Exodus/vtkExodusIIReader.cxx:6454–6457  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

6452
6453//------------------------------------------------------------------------------
6454int vtkExodusIIReader::IsValidVariable(const char* type, const char* name)
6455{
6456 return (this->GetVariableID(type, name) >= 0);
6457}
6458
6459//------------------------------------------------------------------------------
6460int vtkExodusIIReader::GetVariableID(const char* type, const char* name)

Callers

nothing calls this directly

Calls 1

GetVariableIDMethod · 0.95

Tested by

no test coverage detected