Go to the source code of this file.
|
template<unsigned int dimA, unsigned int dimB> |
ostream & | operator<< (ostream &os, const IntersectionAux< dimA, dimB > &intersection) |
|
template ostream & | operator<<< 1, 2 > (ostream &os, const IntersectionAux< 1, 2 > &s) |
|
template ostream & | operator<<< 2, 2 > (ostream &os, const IntersectionAux< 2, 2 > &s) |
|
template ostream & | operator<<< 1, 3 > (ostream &os, const IntersectionAux< 1, 3 > &s) |
|
template ostream & | operator<<< 2, 3 > (ostream &os, const IntersectionAux< 2, 3 > &s) |
|
◆ operator<<()
template<unsigned int dimA, unsigned int dimB>
ostream& operator<< |
( |
ostream & |
os, |
|
|
const IntersectionAux< dimA, dimB > & |
intersection |
|
) |
| |
◆ operator<<< 1, 2 >()
template ostream& operator<<< 1, 2 > |
( |
ostream & |
os, |
|
|
const IntersectionAux< 1, 2 > & |
s |
|
) |
| |
◆ operator<<< 1, 3 >()
template ostream& operator<<< 1, 3 > |
( |
ostream & |
os, |
|
|
const IntersectionAux< 1, 3 > & |
s |
|
) |
| |
◆ operator<<< 2, 2 >()
template ostream& operator<<< 2, 2 > |
( |
ostream & |
os, |
|
|
const IntersectionAux< 2, 2 > & |
s |
|
) |
| |
◆ operator<<< 2, 3 >()
template ostream& operator<<< 2, 3 > |
( |
ostream & |
os, |
|
|
const IntersectionAux< 2, 3 > & |
s |
|
) |
| |