Flow123d
master-f44eb46
|
Internal class representing intersection point. More...
#include <armadillo>
Go to the source code of this file.
Classes | |
class | IntersectionPointAux< N, M > |
Internal auxiliary class represents an intersection point of simplex<N> and simplex<M>. More... | |
Enumerations | |
enum class | IntersectionResult { positive = 1 , negative = 0 , degenerate = 2 , none = 3 } |
Functions | |
template<unsigned int N, unsigned int M> | |
std::ostream & | operator<< (std::ostream &os, const IntersectionPointAux< N, M > &IP) |
bool | operator< (IntersectionResult a, IntersectionResult b) |
Variables | |
static const double | geometry_epsilon = 1e-9 |
Internal class representing intersection point.
* Copyright (C) 2015 Technical University of Liberec. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. (http://www.gnu.org/licenses/gpl-3.0.en.html)
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Definition in file intersection_point_aux.hh.
|
strong |
Enumerator | |
---|---|
positive | |
negative | |
degenerate | |
none |
Definition at line 38 of file intersection_point_aux.hh.
|
inline |
Definition at line 45 of file intersection_point_aux.hh.
std::ostream& operator<< | ( | std::ostream & | os, |
const IntersectionPointAux< N, M > & | IP | ||
) |
Friend output operator.
Definition at line 144 of file intersection_point_aux.cc.
|
static |
Definition at line 28 of file intersection_point_aux.hh.