------------------------------------------------------------------------------
| 1681 | |
| 1682 | //------------------------------------------------------------------------------ |
| 1683 | int vtkGenericEnSightReader::GetPointArrayStatus(const char* name) |
| 1684 | { |
| 1685 | return this->PointDataArraySelection->ArrayIsEnabled(name); |
| 1686 | } |
| 1687 | |
| 1688 | //------------------------------------------------------------------------------ |
| 1689 | void vtkGenericEnSightReader::SetPointArrayStatus(const char* name, int status) |
no test coverage detected