------------------------------------------------------------------------------
| 543 | |
| 544 | //------------------------------------------------------------------------------ |
| 545 | int vtkTecplotReader::GetNumberOfBlocks() |
| 546 | { |
| 547 | return int(this->ZoneNames.size()); |
| 548 | } |
| 549 | |
| 550 | //------------------------------------------------------------------------------ |
| 551 | const char* vtkTecplotReader::GetBlockName(int blockIdx) |