Skip to content

Boost GML Interface

Karsten Rink requested to merge github/fork/rinkk/BoostGmlInterface into master

This adds the a XML reader for GML-files implemented in boost (for use in console app). A write() method exists (because it is required by inheritance) but not implemented.

I also moved the VTU interface into the boost directory because ... well ... it is an XML reader implemented in boost.

Merge request reports