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

Method type

include/geode/basic/attribute.hpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 [[nodiscard]] virtual const T& value( index_t element ) const = 0;
177
178 [[nodiscard]] std::string_view type() final
179 {
180 return typeid( T ).name();
181 }
182
183 [[nodiscard]] float generic_value( index_t element ) const final
184 {

Callers 15

mesh_factory.cppFile · 0.80
compute_possibilitiesMethod · 0.80
copyMethod · 0.80
set_pointMethod · 0.80
set_pointMethod · 0.80
attribute_typeMethod · 0.80

Calls 1

nameMethod · 0.80