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

Function OPENGEODE_LIBRARY_IMPLEMENTATION

src/geode/model/common.cpp:66–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64namespace geode
65{
66 OPENGEODE_LIBRARY_IMPLEMENTATION( OpenGeode, Model )
67 {
68 OpenGeodeMeshLibrary::initialize();
69 register_brep_input();
70 register_section_input();
71 register_brep_output();
72 register_section_output();
73 BitseryExtensions::register_functions(
74 register_model_serialize_pcontext,
75 register_model_deserialize_pcontext );
76 }
77} // namespace geode

Callers

nothing calls this directly

Calls 5

initializeFunction · 0.85
register_brep_inputFunction · 0.85
register_section_inputFunction · 0.85
register_brep_outputFunction · 0.85
register_section_outputFunction · 0.85

Tested by

no test coverage detected