Home
last modified time | relevance | path

Searched defs:AxisBox (Results 1 – 5 of 5) sorted by relevance

/dports/math/wfmath/wfmath-1.0.2/wfmath/
H A Daxisbox.cpp37 template class AxisBox<3>; variable
38 template class AxisBox<2>; variable
H A Daxisbox.h66 AxisBox() : m_low(), m_high() {} in AxisBox() function
72 AxisBox(const AxisBox& a) : m_low(a.m_low), m_high(a.m_high) {} in AxisBox() function
H A Dconst.h48 template<int dim> class AxisBox; variable
H A Datlasconv.h185 inline AxisBox<dim>::AxisBox(const AtlasInType& a) in AxisBox() function
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DAxisBox.hpp30 class AxisBox { class
133 inline AxisBox::AxisBox() in AxisBox() function in moab::AxisBox
139 inline AxisBox::AxisBox( const double* min, const double* max ) in AxisBox() function in moab::AxisBox
149 inline AxisBox::AxisBox( const double* point ) in AxisBox() function in moab::AxisBox