EGSnrc C++ class library
Report PIRS-898 (2021)
Iwan Kawrakow, Ernesto Mainegra-Hing, Frederic Tessier, Reid Townson and Blake Walters
|
A tetrahedral mesh element. More...
#include <egs_mesh.h>
Public Member Functions | |
Tetrahedron (int tag, int medium_tag, int a, int b, int c, int d) | |
Public Attributes | |
int | tag = -1 |
int | medium_tag = -1 |
int | a = -1 |
int | b = -1 |
int | c = -1 |
int | d = -1 |
A tetrahedral mesh element.
Definition at line 98 of file egs_mesh.h.