MCPcopy Create free account
hub / github.com/Kitware/VTK / Export

Function Export

IO/Image/vtkImageExport.h:118–118  ·  view source on GitHub ↗

@{ * 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(). */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ExportMethod · 0.45

Tested by

no test coverage detected