Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Geode-solutions/OpenGeode
/ info
Function
info
include/geode/basic/logger.hpp:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
77
template < typename... Args >
78
static void info( const Args &...args )
79
{
80
log_info( absl::StrCat( args... ) );
81
}
82
83
template < typename... Args >
84
static void warn( const Args &...args )
Callers
15
convert_solid_mesh_into_tetrahedral_solid
Function · 0.85
convert_surface_mesh_into_triangulated_surface
Function · 0.85
save_triangulated_surface
Function · 0.85
load_tetrahedral_solid
Function · 0.85
save_polyhedral_solid
Function · 0.85
load_regular_grid
Function · 0.85
save_regular_grid
Function · 0.85
save_point_set
Function · 0.85
save_polygonal_surface
Function · 0.85
save_graph
Function · 0.85
load_polyhedral_solid
Function · 0.85
save_tetrahedral_solid
Function · 0.85
Calls
no outgoing calls
Tested by
15
test_ray_inside
Function · 0.68
test_ray_edge
Function · 0.68
test_ray_parallel
Function · 0.68
test_SolidAABB
Function · 0.68
test_EdgedCurveAABB
Function · 0.68
test_gradient_grid2D
Function · 0.68
test_gradient_triangulated_surface2D
Function · 0.68
test_gradient_grid3D
Function · 0.68
test_SurfaceAABB
Function · 0.68
test
Function · 0.68
test_matrix_2x2
Function · 0.68
test_matrix_3x3
Function · 0.68