------------------------------------------------------------------------------
| 560 | |
| 561 | //------------------------------------------------------------------------------ |
| 562 | int vtkTecplotReader::GetNumberOfDataAttributes() |
| 563 | { |
| 564 | return this->NumberOfVariables - (!(!(this->Internal->XIdInList + 1))) - |
| 565 | (!(!(this->Internal->YIdInList + 1))) - (!(!(this->Internal->ZIdInList + 1))); |
| 566 | } |
| 567 | |
| 568 | //------------------------------------------------------------------------------ |
| 569 | const char* vtkTecplotReader::GetDataAttributeName(int attrIndx) |
no outgoing calls
no test coverage detected