![]() |
ATLAS Offline Software
|
#include <SbPolyhedron.h>
Public Member Functions | |
| SbFacet (int v1=0, int f1=0, int v2=0, int f2=0, int v3=0, int f3=0, int v4=0, int f4=0) | |
Private Attributes | |
| struct { | |
| int v | |
| int f | |
| } | m_edge [4] |
Friends | |
| class | SbPolyhedron |
| std::ostream & | operator<< (std::ostream &ostr, const SbFacet &facet) |
Definition at line 217 of file SbPolyhedron.h.
|
inline |
Definition at line 225 of file SbPolyhedron.h.
Definition at line 119 of file SbPolyhedron.cxx.
|
friend |
Definition at line 218 of file SbPolyhedron.h.
| int SbFacet::f |
Definition at line 222 of file SbPolyhedron.h.
| struct { ... } SbFacet::m_edge[4] |
| int SbFacet::v |
Definition at line 222 of file SbPolyhedron.h.