Skip to content

Project Geode-Implicit

namespace detail

Functions

extrapolate_surface_mesh_scalar_function

cpp
void extrapolate_surface_mesh_scalar_function(const SurfaceMesh<dimension> & surface_mesh, basic_string_view scalar_function_name, Span undefined_vertices)
void extrapolate_surface_mesh_scalar_function(const SurfaceMesh<dimension> & surface_mesh, basic_string_view scalar_function_name, Span undefined_vertices)

extrapolate_solid_mesh_scalar_function

cpp
void extrapolate_solid_mesh_scalar_function(const SolidMesh3D & solid_mesh, basic_string_view scalar_function_name, Span undefined_vertices)
void extrapolate_solid_mesh_scalar_function(const SolidMesh3D & solid_mesh, basic_string_view scalar_function_name, Span undefined_vertices)

extrapolate_light_regular_grid_scalar_function

cpp
void extrapolate_light_regular_grid_scalar_function(const LightRegularGrid<dimension> & grid, basic_string_view scalar_function_name, Span undefined_vertices)
void extrapolate_light_regular_grid_scalar_function(const LightRegularGrid<dimension> & grid, basic_string_view scalar_function_name, Span undefined_vertices)

compute_cell_size

cpp
double compute_cell_size(geode::BoundingBox<dimension> bbox, const geode::DataPointsManager<dimension> & data, bool dense_data)
double compute_cell_size(geode::BoundingBox<dimension> bbox, const geode::DataPointsManager<dimension> & data, bool dense_data)

Geode-solutions' documentation website