|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
#include "axom/core.hpp"#include "axom/primal/constants.hpp"#include "axom/primal/geometry/Point.hpp"#include "axom/primal/geometry/Vector.hpp"#include "axom/core/NumericLimits.hpp"#include "axom/slic/interface/slic.hpp"#include "axom/fmt.hpp"#include <ostream>Classes | |
| class | axom::primal::Cone< T, NDIMS > |
| Represents a cone defined by a base radius, a top radius, the length, the orientation and the location of the base center. More... | |
| struct | axom::fmt::formatter< axom::primal::Cone< T, NDIMS > > |
| Overload to format a primal::Cone using fmt. More... | |
Namespaces | |
| axom | |
| axom::primal | |
Functions | |
| template<typename T , int NDIMS> | |
| std::ostream & | axom::primal::operator<< (std::ostream &os, const Cone< T, NDIMS > &Cone) |
| Free functions implementing Cone's operators. More... | |