C 92 include/io_dgf.h template<typename C> C 93 include/io_dgf.h C to(const std::string&); C 94 include/io_dgf.h template<typename C> C 95 include/io_dgf.h std::string from(const C&, const std::size_t precision); C 97 include/io_dgf.h template<typename C> C 98 include/io_dgf.h Handler::Vertices to_vertices(const C&, const int dim = 3); C 127 include/io_dgf.h template<typename C> C 128 include/io_dgf.h C to(const std::string& s){ C 129 include/io_dgf.h using Number = typename C::value_type; C 131 include/io_dgf.h C rv {}; C 135 include/io_dgf.h template<typename C> C 136 include/io_dgf.h std::string from(const C& container, const std::size_t precision){ C 144 include/io_dgf.h template<typename C> C 145 include/io_dgf.h Handler::Vertices to_vertices(const C& container, const int dim){ C 161 src/maxH_main.cpp template<class C> C 162 src/maxH_main.cpp void operator()(C& c){ c *= rt; }