Wildmeshing Toolkit
Dart.cpp
Go to the documentation of this file.
1
#include "
Dart.hpp
"
2
#include <fmt/format.h>
3
#include <ostream>
4
namespace
wmtk::autogen
{
5
6
Dart::operator std::string()
const
{
7
return
fmt::format(
"Dart[{}:{}]"
, global_id(),local_orientation());
8
}
9
}
10
std::ostream&
operator<<
(std::ostream& out,
wmtk::autogen::Dart
const
& dart) {
11
out << std::string(dart);
12
return
out;
13
}
operator<<
std::ostream & operator<<(std::ostream &out, wmtk::autogen::Dart const &dart)
Definition:
Dart.cpp:10
Dart.hpp
wmtk::autogen::Dart
Definition:
Dart.hpp:8
wmtk::autogen
Definition:
Dart.cpp:4
src
wmtk
autogen
Dart.cpp
Generated by
1.9.1