@{ * The main interface: update the pipeline and export the image * to the memory pointed to by SetExportVoidPointer(). You can * also specify a void pointer when you call Export(). */
| 116 | * also specify a void pointer when you call Export(). |
| 117 | */ |
| 118 | void Export() { this->Export(this->ExportVoidPointer); } |
| 119 | virtual void Export(void*); |
| 120 | ///@} |
| 121 |