QUGaR 0.0.4
|
Declaration of tools for creating Bezier reparameterizations. More...
#include <qugar/bbox.hpp>
#include <qugar/bezier_tp.hpp>
#include <qugar/impl_reparam_mesh.hpp>
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | qugar |
QUGaR's main namespace. | |
namespace | qugar::impl |
Functions | |
template<int dim, bool S = false> | |
std::shared_ptr< ImplReparamMesh< S ? dim - 1 :dim, dim > > | qugar::impl::reparam_Bezier (const BezierTP< dim, 1 > &bzr, const BoundBox< dim > &domain, int order) |
Reparameterizes a Bezier implicit function in the unit hypercube domain. | |
template<int dim, bool S = false> | |
void | qugar::impl::reparam_Bezier (const BezierTP< dim, 1 > &bzr, const BoundBox< dim > &domain, ImplReparamMesh< S ? dim - 1 :dim, dim > &reparam) |
Reparameterizes a Bezier implicit function in the unit hypercube domain. | |
Declaration of tools for creating Bezier reparameterizations.