------------------------------------------------------------------------------
| 628 | |
| 629 | //------------------------------------------------------------------------------ |
| 630 | int vtkTecplotReader::GetDataArrayStatus(const char* arayName) |
| 631 | { |
| 632 | return this->DataArraySelection->ArrayIsEnabled(arayName); |
| 633 | } |
| 634 | |
| 635 | //------------------------------------------------------------------------------ |
| 636 | void vtkTecplotReader::SetDataArrayStatus(const char* arayName, int bChecked) |
nothing calls this directly
no test coverage detected