#include <VP1HEPVis/SbPolyhedron.h>
#include <cassert>
#include <float.h>
#include "BooleanProcessor.h"
#include "PolygonTriangulator.h"
#include <map>
#include <set>
Go to the source code of this file.
◆ deg
◆ perMillion
| #define perMillion 0.000001 |
◆ ffabs()
◆ iabs()
◆ operator+()
◆ operator<<() [1/2]
| std::ostream & operator<< |
( |
std::ostream & | ostr, |
|
|
const SbFacet & | facet ) |
Definition at line 118 of file SbPolyhedron.cxx.
118 {
119 for (
int k=0;
k<4;
k++) {
121 }
122 return ostr;
123}
struct SbFacet::@146305307241173307306147201343177135163056232201 m_edge[4]
◆ operator<<() [2/2]
| std::ostream & operator<< |
( |
std::ostream & | ostr, |
|
|
const SbPolyhedron & | ph ) |
Definition at line 125 of file SbPolyhedron.cxx.
125 {
126 ostr << std::endl;
127 ostr <<
"Nverteces=" << ph.
m_nvert <<
", Nfacets=" << ph.
m_nface << std::endl;
130 ostr <<
"xyz(" <<
i <<
")="
132 << std::endl;
133 }
135 ostr <<
"face(" <<
i <<
")=" << ph.
m_pF[
i] << std::endl;
136 }
137 return ostr;
138}
◆ processor
| HEPVis_BooleanProcessor processor |
|
static |