30#ifndef CLOTHOIDS_FMT_dot_HH 
   31#define CLOTHOIDS_FMT_dot_HH 
   34  #include "Utils_fmt.hh" 
   36  #include <Utils_fmt.hh> 
   40  template <> 
struct formatter<
G2lib::Biarc>            : ostream_formatter {};
 
   41  template <> 
struct formatter<
G2lib::BiarcList>        : ostream_formatter {};
 
   42  template <> 
struct formatter<
G2lib::BBox>             : ostream_formatter {};
 
   43  template <> 
struct formatter<
G2lib::CircleArc>        : ostream_formatter {};
 
   44  template <> 
struct formatter<
G2lib::ClothoidCurve>    : ostream_formatter {};
 
   45  template <> 
struct formatter<
G2lib::ClothoidSplineG2> : ostream_formatter {};
 
   46  template <> 
struct formatter<
G2lib::ClothoidList>     : ostream_formatter {};
 
   47  template <> 
struct formatter<
G2lib::LineSegment>      : ostream_formatter {};
 
   48  template <> 
struct formatter<
G2lib::PolyLine>         : ostream_formatter {};
 
   49  template <> 
struct formatter<
G2lib::Triangle2D>       : ostream_formatter {};
 
   50  template <> 
struct formatter<
G2lib::Dubins>           : ostream_formatter {};
 
   51  template <> 
struct formatter<
G2lib::Dubins3p>         : ostream_formatter {};