ReUseX  0.0.1
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
fmt_formatter.hpp File Reference
#include <Eigen/Core>
#include <Eigen/Geometry>
#include <Eigen/src/Core/Matrix.h>
#include <fmt/chrono.h>
#include <fmt/color.h>
#include <fmt/core.h>
#include <fmt/format.h>
#include <fmt/ostream.h>
#include <fmt/printf.h>
#include <fmt/ranges.h>
#include <fmt/std.h>
#include <opencv2/core.hpp>
Include dependency graph for fmt_formatter.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fmt::formatter< Eigen::WithFormat< T > >
struct  fmt::formatter< cv::Size_< T > >
struct  fmt::formatter< Eigen::Quaternion< Scalar > >
struct  fmt::formatter< Eigen::Matrix< float, 4, 1 > >
struct  fmt::formatter< T, std::enable_if_t< std::is_base_of_v< Eigen::DenseBase< T >, T >, char > >

Functions

const Eigen::IOFormat OctaveFmt (Eigen::StreamPrecision, 0, ", ", ";\n", "", "", "\n[", "]")

Function Documentation

◆ OctaveFmt()

const Eigen::IOFormat OctaveFmt ( Eigen::StreamPrecision ,
0 ,
" ,
" ,
";\n" ,
"" ,
"" ,
"\n" [", "] )