#include <VP1HEPVis/SbPolyhedron.h>
#include <cassert>
#include <memory>
#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 119 of file SbPolyhedron.cxx.
119 {
120 for (
int k=0;
k<4;
k++) {
122 }
123 return ostr;
124}
struct SbFacet::@146305307241173307306147201343177135163056232201 m_edge[4]
◆ operator<<() [2/2]
| std::ostream & operator<< |
( |
std::ostream & | ostr, |
|
|
const SbPolyhedron & | ph ) |
Definition at line 126 of file SbPolyhedron.cxx.
126 {
127 ostr << std::endl;
128 ostr <<
"Nverteces=" << ph.
m_nvert <<
", Nfacets=" << ph.
m_nface << std::endl;
131 ostr <<
"xyz(" <<
i <<
")="
133 << std::endl;
134 }
136 ostr <<
"face(" <<
i <<
")=" << ph.
m_pF[
i] << std::endl;
137 }
138 return ostr;
139}
◆ processor
| HEPVis_BooleanProcessor processor |
|
static |