#pragma once namespace xs { template <> struct Typemap: TypemapObject{ static const panda::string_view package() { return "Geo::Geos::Noding::SegmentNode"; } }; }