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

Method UpdateZoneSectionSelection

IO/Geometry/vtkFLUENTReader.cxx:588–594  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

586
587//------------------------------------------------------------------------------
588void vtkFLUENTReader::UpdateZoneSectionSelection()
589{
590 for (const auto& section : this->ZoneSections)
591 {
592 this->ZoneSectionSelection->AddArray((section.type + ":" + section.name).c_str(), true);
593 }
594}
595
596//------------------------------------------------------------------------------
597bool vtkFLUENTReader::PreParseDataFile()

Callers 1

PreParseFluentFileMethod · 0.95

Calls 2

AddArrayMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected