Reference documentation for deal.II version GIT relicensing-478-g3275795167 2024-04-24 07:10:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Classes | Functions
point.h File Reference
#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.

Classes

class  Point< dim, Number >
 

Functions

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)
 

Function Documentation

◆ 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:
dim >= 0
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:
dim >= 0
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.