|
CDT++ 1.0.0-rc3
Causal Dynamical Triangulations in C++
|
#include <Geometry.hpp>
Public Member Functions | |
| Geometry ()=default | |
| Default ctor. | |
| Geometry (foliated_triangulations::FoliatedTriangulation_3 const &triangulation) | |
| Constructor with triangulation. | |
Public Attributes | |
| Int_precision | N0 {0} |
| Number of vertices. | |
| Int_precision | N1 {0} |
| Number of 1D edges. | |
| Int_precision | N1_SL {0} |
| Number of spacelike edges. | |
| Int_precision | N1_TL {0} |
| Number of timelike edges. | |
| Int_precision | N2 {0} |
| Number of 2D faces. | |
| Int_precision | N3 {0} |
| Number of 3D simplices. | |
| Int_precision | N3_13 {0} |
| Number of (1,3) simplices. | |
| Int_precision | N3_22 {0} |
| Number of (2,2) simplices. | |
| Int_precision | N3_31 {0} |
| Number of (3,1) simplices. | |
| Int_precision | N3_31_13 {0} |
| Number of (3,1) + (1,3) simplices. | |
Friends | |
| void | swap (Geometry &swap_from, Geometry &swap_into) noexcept |
| Non-member swap function for Geometry. | |
3D Geometry
Definition at line 30 of file Geometry.hpp.
|
inlineexplicit |
Non-member swap function for Geometry.
Used for noexcept updates of geometry data structures. Usually called from a Manifold swap.
| swap_from | The value to be swapped from. Assumed to be discarded. |
| swap_into | The value to be swapped into. |
Definition at line 96 of file Geometry.hpp.
References Geometry(), and swap.
Referenced by swap.
| Int_precision cdt::Geometry< 3 >::N0 {0} |
| Int_precision cdt::Geometry< 3 >::N1 {0} |
| Int_precision cdt::Geometry< 3 >::N1_SL {0} |
| Int_precision cdt::Geometry< 3 >::N1_TL {0} |
| Int_precision cdt::Geometry< 3 >::N2 {0} |
| Int_precision cdt::Geometry< 3 >::N3 {0} |
| Int_precision cdt::Geometry< 3 >::N3_13 {0} |
| Int_precision cdt::Geometry< 3 >::N3_22 {0} |
| Int_precision cdt::Geometry< 3 >::N3_31 {0} |
| Int_precision cdt::Geometry< 3 >::N3_31_13 {0} |
Number of (3,1) + (1,3) simplices.
Definition at line 45 of file Geometry.hpp.
Referenced by Geometry().