------------------------------------------------------------------------------
| 464 | |
| 465 | //------------------------------------------------------------------------------ |
| 466 | void vtkTecplotReader::Init() |
| 467 | { |
| 468 | // do NOT address this->FileName in this function !!! |
| 469 | |
| 470 | this->DataTitle = ""; |
| 471 | this->NumberOfVariables = 0; |
| 472 | this->CellBased.clear(); |
| 473 | this->ZoneNames.clear(); |
| 474 | this->Variables.clear(); |
| 475 | |
| 476 | this->Internal->Init(); |
| 477 | } |
| 478 | |
| 479 | //------------------------------------------------------------------------------ |
| 480 | void vtkTecplotReader::SetFileName(const char* fileName) |
no test coverage detected