QUGaR 0.0.4
Loading...
Searching...
No Matches
impl_reparam_bezier.hpp File Reference

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>
Include dependency graph for impl_reparam_bezier.hpp:

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.
 

Detailed Description

Declaration of tools for creating Bezier reparameterizations.

Author
Pablo Antolin (pablo.nosp@m..ant.nosp@m.olin@.nosp@m.epfl.nosp@m..ch)
Date
2025-01-21