QUGaR 0.0.4
|
Declaration of a few implicit functions template class ready to be consumed by Algoim. More...
#include <qugar/types.hpp>
#include <qugar/point.hpp>
#include <qugar/vector.hpp>
#include <algoim/interval.hpp>
#include <cstdint>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | qugar::impl::DomainFunc< dim, range > |
Domain functions. More... | |
Namespaces | |
namespace | qugar |
QUGaR's main namespace. | |
namespace | qugar::impl |
Typedefs | |
template<int dim> | |
using | qugar::impl::ScalarFunc = DomainFunc<dim, 1> |
Alias for scalar functions. | |
template<int dim> | |
using | qugar::impl::ImplicitFunc = ScalarFunc<dim> |
Alias for implicit functions. | |
Enumerations | |
enum | qugar::impl::FuncSign : std::int8_t { qugar::impl::negative , qugar::impl::positive , qugar::impl::undetermined } |
Declaration of a few implicit functions template class ready to be consumed by Algoim.