------------------------------------------------------------------------------
| 1636 | |
| 1637 | //------------------------------------------------------------------------------ |
| 1638 | void 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 | //------------------------------------------------------------------------------ |
| 1647 | void vtkGenericEnSightReader::SetReaderDataArraySelectionSetsFromSelf() |
no test coverage detected