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

Method SetDataArraySelectionSetsFromReader

IO/EnSight/vtkGenericEnSightReader.cxx:1638–1644  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1636
1637//------------------------------------------------------------------------------
1638void vtkGenericEnSightReader::SetDataArraySelectionSetsFromReader()
1639{
1640 this->SelectionModifiedDoNotCallModified = 1;
1641 this->PointDataArraySelection->CopySelections(this->Reader->GetPointDataArraySelection());
1642 this->CellDataArraySelection->CopySelections(this->Reader->GetCellDataArraySelection());
1643 this->SelectionModifiedDoNotCallModified = 0;
1644}
1645
1646//------------------------------------------------------------------------------
1647void vtkGenericEnSightReader::SetReaderDataArraySelectionSetsFromSelf()

Callers 1

RequestInformationMethod · 0.95

Calls 3

CopySelectionsMethod · 0.80

Tested by

no test coverage detected