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

Method SetUpDataArraySelections

IO/AMR/vtkAMRFlashReader.cxx:245–255  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

243
244//------------------------------------------------------------------------------
245void vtkAMRFlashReader::SetUpDataArraySelections()
246{
247 assert("pre: Internal Flash Reader is nullptr" && (this->Internal != nullptr));
248 this->Internal->ReadMetaData();
249
250 int numAttrs = static_cast<int>(this->Internal->AttributeNames.size());
251 for (int i = 0; i < numAttrs; ++i)
252 {
253 this->CellDataArraySelection->AddArray(this->Internal->AttributeNames[i].c_str());
254 }
255}
256VTK_ABI_NAMESPACE_END

Callers 1

SetFileNameMethod · 0.95

Calls 5

assertFunction · 0.50
ReadMetaDataMethod · 0.45
sizeMethod · 0.45
AddArrayMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected