Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.cpp
File · 0.80
component_mesh_vertex_pairs
Function · 0.80
component_mesh_vertex_triplets
Function · 0.80
component_mesh_vertex_generic
Function · 0.80
compute_possibilities
Method · 0.80
compute_unique_vertices.cpp
File · 0.80
is_part_of_a_model_boundary
Function · 0.80
has_component_mesh_vertices
Method · 0.80
copy
Method · 0.80
set_point
Method · 0.80
set_point
Method · 0.80
attribute_type
Method · 0.80
Calls
1
name
Method · 0.80
Tested by
10
add_surfaces_in_model_boundaries
Function · 0.64
add_corners_in_corner_collections
Function · 0.64
add_lines_in_line_collections
Function · 0.64
add_surfaces_in_surface_collections
Function · 0.64
add_blocks_in_block_collections
Function · 0.64
add_lines_in_model_boundaries
Function · 0.64
add_corners_in_corner_collections
Function · 0.64
add_lines_in_line_collections
Function · 0.64
add_surfaces_in_surface_collections
Function · 0.64
test_constant_attribute
Function · 0.64