------------------------------------------------------------------------------
| 27 | |
| 28 | //------------------------------------------------------------------------------ |
| 29 | bool vtkDelimitedTextCodecIteratorPrivate::RecordsCounter::AcceptingField() |
| 30 | { |
| 31 | return (!this->HasMax || this->Current < this->Max) && this->Current >= this->Start; |
| 32 | } |
| 33 | |
| 34 | //------------------------------------------------------------------------------ |
| 35 | void vtkDelimitedTextCodecIteratorPrivate::RecordsCounter::Next() |
no outgoing calls
no test coverage detected