14#include <lagrange/scene/RemeshingOptions.h>
15#include <lagrange/scene/SimpleScene.h>
19namespace lagrange::scene {
33template <
typename Scalar,
typename Index,
size_t Dimension>
34std::vector<double> compute_mesh_weights(
36 const FacetAllocationStrategy facet_allocation_strategy);
Simple scene container for instanced meshes.
Definition SimpleScene.h:62