4#include "lf/geometry/geometry.h"
24void PrintInfo(std::ostream& o,
const Geometry& geom,
int output_ctrl = 0);
38std::ostream&
operator<<(std::ostream& stream,
const Geometry& geom);
48struct fmt::formatter<
lf::geometry::Geometry> : ostream_formatter {};
Defines the Geometry interface and provides a number of classes that implement this interface + addit...
std::ostream & operator<<(std::ostream &stream, const Geometry &geom)
void PrintInfo(std::ostream &o, const Geometry &geom, int output_ctrl)