------------------------------------------------------------------------------
| 33 | |
| 34 | //------------------------------------------------------------------------------ |
| 35 | void vtkDelimitedTextCodecIteratorPrivate::RecordsCounter::Next() |
| 36 | { |
| 37 | this->Current++; |
| 38 | } |
| 39 | |
| 40 | //------------------------------------------------------------------------------ |
| 41 | void vtkDelimitedTextCodecIteratorPrivate::RecordsCounter::Skip() |
no outgoing calls