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

Method StartInternal

IO/Exodus/vtkExodusIIReaderVariableCheck.cxx:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116bool vtkExodusIIReaderScalarCheck::StartInternal(std::string name, const int*, int)
117{
118 this->Prefix = name;
119 this->OriginalNames.push_back(name);
120 return false;
121}
122
123bool vtkExodusIIReaderScalarCheck::Add(std::string, const int*)
124{ // Scalars never have more than 1 name

Callers 1

StartMethod · 0.80

Calls 6

tolowerFunction · 0.85
push_backMethod · 0.45
sizeMethod · 0.45
findMethod · 0.45
matchMethod · 0.45

Tested by

no test coverage detected