MCPcopy 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

load_tetrahedral_solidFunction · 0.85
save_polyhedral_solidFunction · 0.85
load_regular_gridFunction · 0.85
save_regular_gridFunction · 0.85
save_point_setFunction · 0.85
save_polygonal_surfaceFunction · 0.85
save_graphFunction · 0.85
load_polyhedral_solidFunction · 0.85
save_tetrahedral_solidFunction · 0.85

Calls

no outgoing calls

Tested by 15

test_ray_insideFunction · 0.68
test_ray_edgeFunction · 0.68
test_ray_parallelFunction · 0.68
test_SolidAABBFunction · 0.68
test_EdgedCurveAABBFunction · 0.68
test_gradient_grid2DFunction · 0.68
test_gradient_grid3DFunction · 0.68
test_SurfaceAABBFunction · 0.68
testFunction · 0.68
test_matrix_2x2Function · 0.68
test_matrix_3x3Function · 0.68