EGSnrc C++ class library
Report PIRS-898 (2021)
Iwan Kawrakow, Ernesto Mainegra-Hing, Frederic Tessier, Reid Townson and Blake Walters
|
Tetrahedral mesh geometry: header. More...
#include <algorithm>
#include <chrono>
#include <cstdint>
#include <iostream>
#include <iomanip>
#include <memory>
#include <sstream>
#include <vector>
#include <array>
#include "egs_base_geometry.h"
#include "egs_vector.h"
Go to the source code of this file.
Classes | |
class | EGS_MeshSpec |
A container for raw unstructured tetrahedral mesh data. More... | |
struct | EGS_MeshSpec::Tetrahedron |
A tetrahedral mesh element. More... | |
struct | EGS_MeshSpec::Node |
A 3D point. Units are cm . More... | |
struct | EGS_MeshSpec::Medium |
A medium. The medium name must match an EGSnrc medium name. More... | |
class | EGS_Mesh |
A tetrahedral mesh geometry. More... | |
struct | EGS_Mesh::Nodes |
Tetrahedral mesh geometry: header.
Definition in file egs_mesh.h.