* End the processing sequence and cleans up by closing cubes, freeing memory, * etc. * * @deprecated Please use Finalize() */
| 99 | * @deprecated Please use Finalize() |
| 100 | */ |
| 101 | void ProcessByTile::EndProcess() { |
| 102 | p_tileSizeSet = false; |
| 103 | ProcessByBrick::EndProcess(); |
| 104 | } |
| 105 | |
| 106 | |
| 107 | /** |