MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / OPENGEODE_LIBRARY_IMPLEMENTATION

Function OPENGEODE_LIBRARY_IMPLEMENTATION

src/geode/image/common.cpp:55–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53namespace geode
54{
55 OPENGEODE_LIBRARY_IMPLEMENTATION( OpenGeode, Image )
56 {
57 OpenGeodeBasicLibrary::initialize();
58 BITSERY_INPUT_RASTER_REGISTER_2D_3D();
59 BITSERY_OUTPUT_RASTER_REGISTER_2D_3D();
60 BitseryExtensions::register_functions(
61 register_image_serialize_pcontext,
62 register_image_deserialize_pcontext );
63 }
64} // namespace geode

Callers

nothing calls this directly

Calls 1

initializeFunction · 0.85

Tested by

no test coverage detected