Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Geode-solutions/OpenGeode
/ reserve
Method
reserve
include/geode/basic/mapping.hpp:43–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
using Storage = typename StorageType< T >::Type;
42
43
void reserve( index_t capacity )
44
{
45
in2out_.reserve( capacity );
46
out2in_.reserve( capacity );
47
}
48
49
void clear()
50
{
Callers
8
delete_facets
Method · 0.45
update_facet_vertices
Method · 0.45
create_nn_search
Function · 0.45
ModelMeshesAABBTree
Method · 0.45
create_corners
Method · 0.45
create_lines
Method · 0.45
create_surfaces
Method · 0.45
extract_vector_elements
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected