------------------------------------------------------------------------------
| 430 | |
| 431 | //------------------------------------------------------------------------------ |
| 432 | int vtkFLUENTCFFReader::GetCellArrayStatus(const char* name) |
| 433 | { |
| 434 | return this->CellDataArraySelection->ArrayIsEnabled(name); |
| 435 | } |
| 436 | |
| 437 | //------------------------------------------------------------------------------ |
| 438 | void vtkFLUENTCFFReader::SetCellArrayStatus(const char* name, int stat) |
nothing calls this directly
no test coverage detected