------------------------------------------------------------------------------
| 316 | |
| 317 | //------------------------------------------------------------------------------ |
| 318 | void vtkDataEncoder::Flush(vtkTypeUInt32 key) |
| 319 | { |
| 320 | auto& internals = (*this->Internals); |
| 321 | internals.Queue.Flush(key); |
| 322 | } |
| 323 | |
| 324 | //------------------------------------------------------------------------------ |
| 325 | void vtkDataEncoder::PrintSelf(ostream& os, vtkIndent indent) |
no outgoing calls