MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / is_saveable

Method is_saveable

include/geode/basic/output.hpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 const Object& object ) const = 0;
40
41 [[nodiscard]] virtual bool is_saveable( const Object& /*unused*/ ) const
42 {
43 return true;
44 }
45
46 protected:
47 explicit Output( std::string_view filename ) : IOFile( filename ) {}

Callers 14

is_regular_grid_saveableFunction · 0.80
is_point_set_saveableFunction · 0.80
is_graph_saveableFunction · 0.80
is_edged_curve_saveableFunction · 0.80
is_hybrid_solid_saveableFunction · 0.80
is_vertex_set_saveableFunction · 0.80
is_raster_image_saveableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected