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

Method closest_vertex

src/geode/mesh/core/grid.cpp:581–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579
580 template < index_t dimension >
581 auto Grid< dimension >::closest_vertex(
582 const Point< dimension >& query ) const -> VertexIndices
583 {
584 return impl_->closest_vertex( *this, query );
585 }
586
587 template < index_t dimension >
588 auto Grid< dimension >::cells( const Point< dimension >& query ) const

Callers 4

test_closest_vertexFunction · 0.45
test_closest_vertexFunction · 0.45
test_closest_vertexFunction · 0.45
test_closest_vertexFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_closest_vertexFunction · 0.36
test_closest_vertexFunction · 0.36
test_closest_vertexFunction · 0.36
test_closest_vertexFunction · 0.36