MCPcopy 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_facetsMethod · 0.45
update_facet_verticesMethod · 0.45
create_nn_searchFunction · 0.45
ModelMeshesAABBTreeMethod · 0.45
create_cornersMethod · 0.45
create_linesMethod · 0.45
create_surfacesMethod · 0.45
extract_vector_elementsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected