MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / empty

Method empty

ogsr_engine/COMMON_AI/ALGORITHMS/quadtree_inline.h:51–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49TEMPLATE_SPECIALIZATION
50IC size_t CSQuadTree::size() const { return (m_leaf_count); }
51TEMPLATE_SPECIALIZATION
52IC bool CSQuadTree::empty() const { return (!size()); }
53TEMPLATE_SPECIALIZATION
54IC u32 CSQuadTree::neighbour_index(const Fvector& position, Fvector& center, float distance) const
55{

Callers 14

delete_dataMethod · 0.45
LookupScriptMethod · 0.45
specific_characterMethod · 0.45
name_translatedMethod · 0.45
initMethod · 0.45
load_dataMethod · 0.45
reload_system_iniFunction · 0.45
compareMethod · 0.45
cloneMethod · 0.45
load_sharedMethod · 0.45
save_dataMethod · 0.45

Calls 1

sizeFunction · 0.50

Tested by 1

load_sharedMethod · 0.36