| 40 | } |
| 41 | |
| 42 | void register_section_input() |
| 43 | { |
| 44 | geode::SectionInputFactory::register_creator< |
| 45 | geode::OpenGeodeSectionInput >( |
| 46 | geode::OpenGeodeSectionOutput::extension().data() ); |
| 47 | } |
| 48 | |
| 49 | void register_brep_output() |
| 50 | { |
no test coverage detected