Loading [MathJax]/extensions/tex2jax.js
QUGaR 0.0.4
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Concepts
qugar::BoundBox< dim > Member List

This is the complete list of members for qugar::BoundBox< dim >, including all inherited members.

BoundBox()qugar::BoundBox< dim >
BoundBox(const std::array< real, static_cast< std::size_t >(dim)> &min, const std::array< real, static_cast< std::size_t >(dim)> &max)qugar::BoundBox< dim >
BoundBox(const real min, const real max)qugar::BoundBox< dim >
BoundBox(const Point< dim > &min, const Point< dim > &max)qugar::BoundBox< dim >
BoundBox(const ::algoim::HyperRectangle< real, dim > &rectangle)qugar::BoundBox< dim >explicit
extend(const Point< dim > &point)qugar::BoundBox< dim >
extend(real delta) constqugar::BoundBox< dim >
get_lengths() constqugar::BoundBox< dim >
length(int dir) constqugar::BoundBox< dim >
length() constqugar::BoundBox< dim >
max(int dir) constqugar::BoundBox< dim >
max() constqugar::BoundBox< dim >
max_qugar::BoundBox< dim >private
max_corner() constqugar::BoundBox< dim >
mid_point() constqugar::BoundBox< dim >
min(int dir) constqugar::BoundBox< dim >
min() constqugar::BoundBox< dim >
min_qugar::BoundBox< dim >private
min_corner() constqugar::BoundBox< dim >
scale_from_0_1(const Point< dim > &point_01) constqugar::BoundBox< dim >
scale_to_0_1(const Point< dim > &point) constqugar::BoundBox< dim >
scale_to_new_domain(const BoundBox< dim > &new_domain, const Point< dim > &point) constqugar::BoundBox< dim >
set(const Point< dim > &min, const Point< dim > &max)qugar::BoundBox< dim >
slice(const int const_dir) constqugar::BoundBox< dim >inline
to_hyperrectangle() constqugar::BoundBox< dim >
volume() constqugar::BoundBox< dim >