------------------------------------------------------------------------------
| 586 | |
| 587 | //------------------------------------------------------------------------------ |
| 588 | void 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 | //------------------------------------------------------------------------------ |
| 597 | bool vtkFLUENTReader::PreParseDataFile() |
no test coverage detected