#include <deal.II/base/config.h>
#include <deal.II/base/exceptions.h>
#include <deal.II/base/tensor.h>
#include <boost/geometry/core/cs.hpp>
#include <boost/geometry/geometries/point.hpp>
#include <cmath>
Go to the source code of this file.
|
template<int dim, typename Number > |
std::ostream & | operator<< (std::ostream &out, const Point< dim, Number > &p) |
|
template<int dim, typename Number > |
std::istream & | operator>> (std::istream &in, Point< dim, Number > &p) |
|
◆ operator<<()
template<
int dim, typename Number >
std::ostream & operator<< |
( |
std::ostream & |
out, |
|
|
const Point< dim, Number > & |
p |
|
) |
| |
|
inline |
Output operator for points. Print the elements consecutively, with a space in between.
- Note
- This class, function, or variable is a template, and it can only be instantiated if the following condition is true: If your compiler supports the C++20 standard, then this constraint will be enforced by a C++20 requires clause.
Definition at line 681 of file point.h.
◆ operator>>()
template<
int dim, typename Number >
std::istream & operator>> |
( |
std::istream & |
in, |
|
|
Point< dim, Number > & |
p |
|
) |
| |
|
inline |
Input operator for points. Inputs the elements consecutively.
- Note
- This class, function, or variable is a template, and it can only be instantiated if the following condition is true: If your compiler supports the C++20 standard, then this constraint will be enforced by a C++20 requires clause.
Definition at line 702 of file point.h.