------------------------------------------------------------------------------
| 1712 | |
| 1713 | //------------------------------------------------------------------------------ |
| 1714 | int vtkGenericEnSightReader::GetCellArrayStatus(const char* name) |
| 1715 | { |
| 1716 | return this->CellDataArraySelection->ArrayIsEnabled(name); |
| 1717 | } |
| 1718 | |
| 1719 | //------------------------------------------------------------------------------ |
| 1720 | void vtkGenericEnSightReader::SetCellArrayStatus(const char* name, int status) |
no test coverage detected