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

Method SetReaderDataArraySelectionSetsFromSelf

IO/EnSight/vtkGenericEnSightReader.cxx:1647–1652  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1645
1646//------------------------------------------------------------------------------
1647void vtkGenericEnSightReader::SetReaderDataArraySelectionSetsFromSelf()
1648{
1649 // Set the real reader's data array selections from ours.
1650 this->Reader->GetPointDataArraySelection()->CopySelections(this->PointDataArraySelection);
1651 this->Reader->GetCellDataArraySelection()->CopySelections(this->CellDataArraySelection);
1652}
1653
1654//------------------------------------------------------------------------------
1655void vtkGenericEnSightReader::SelectionModifiedCallback(

Callers 2

RequestDataMethod · 0.95
RequestInformationMethod · 0.95

Calls 3

CopySelectionsMethod · 0.80

Tested by

no test coverage detected