GEOS 3.11.1
Functions
Constructors

Functions

 geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::TemplateSTRtreeImpl (size_t p_nodeCapacity=10)
 
 geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::TemplateSTRtreeImpl (size_t p_nodeCapacity, size_t itemCapacity)
 
 geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::TemplateSTRtreeImpl (const TemplateSTRtreeImpl &other)
 
TemplateSTRtreeImplgeos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::operator= (TemplateSTRtreeImpl other)
 

Detailed Description

Function Documentation

◆ TemplateSTRtreeImpl() [1/3]

template<typename ItemType , typename BoundsTraits >
geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::TemplateSTRtreeImpl ( const TemplateSTRtreeImpl< ItemType, BoundsTraits > &  other)
inline

Copy constructor, needed because mutex is not copyable

◆ TemplateSTRtreeImpl() [2/3]

template<typename ItemType , typename BoundsTraits >
geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::TemplateSTRtreeImpl ( size_t  p_nodeCapacity,
size_t  itemCapacity 
)
inline

Constructs a tree with the given maximum number of child nodes that a node may have, with the expected total number of items in the tree used to pre-allocate storage.

◆ TemplateSTRtreeImpl() [3/3]

template<typename ItemType , typename BoundsTraits >
geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::TemplateSTRtreeImpl ( size_t  p_nodeCapacity = 10)
inlineexplicit

Constructs a tree with the given maximum number of child nodes that a node may have.