* Initializes the rendering process. * The responsibility to set the Initialized boolean to true is * left to the subclass. */
| 162 | * left to the subclass. |
| 163 | */ |
| 164 | virtual void Initialize() {} |
| 165 | |
| 166 | ///@{ |
| 167 | /** |
no outgoing calls
no test coverage detected