Initialize stage after options have been processed. Implement in subclass. If you don't require the \ref table argument, you can implement the version of this function that takes no arguments instead of this function. \param table PointTable associated with pipeline. */
| 436 | \param table PointTable associated with pipeline. |
| 437 | */ |
| 438 | virtual void initialize(PointTableRef /*table*/) |
| 439 | { initialize(); } |
| 440 | |
| 441 | /** |
| 442 | Initialize stage after options have been processed. Implement in |