Used to create a surface from provided COP's. More...
#include <Integrator.hpp>
Public Member Functions | |
| Integrator (const sal3d::COP &aCop) | |
| Integrator (const std::vector< sal3d::COP > &aCops) | |
| Integrator (const Integrator &aIntegrator) | |
| Integrator (sal3d_integrator aInteg) | |
| Mesh | Reconstruct (unsigned int aDepth, unsigned int aSPN, int aVerbose=0) const |
| sal3d_integrator | c_integrator () const |
Used to create a surface from provided COP's.
The Integrator tool creates a single Mesh from a list of several COPs. Althoug COPs can be represented in the same coordinate system, they represent a surface as a composition of several patches. However, in this case, there are some duplicity due to some overlapping area. In addition, there is not any connectivity between points from different COPs. On the other site, the Mesh represents the surface as a single triangulated object.
by
1.7.6.1