libspatialindex API Reference  (git-trunk)
LeafQueryResult Class Reference

#include <LeafQuery.h>

Collaboration diagram for LeafQueryResult:
Collaboration graph

Public Member Functions

 LeafQueryResult (SpatialIndex::id_type id)
 
 ~LeafQueryResult ()
 
 LeafQueryResult (LeafQueryResult const &other)
 Copy constructor. More...
 
LeafQueryResultoperator= (LeafQueryResult const &rhs)
 Assignment operator. More...
 
std::vector< SpatialIndex::id_type > const & GetIDs () const
 
void SetIDs (std::vector< SpatialIndex::id_type > &v)
 
const SpatialIndex::RegionGetBounds () const
 
void SetBounds (const SpatialIndex::Region *b)
 
SpatialIndex::id_type getIdentifier () const
 
void setIdentifier (uint32_t v)
 

Detailed Description

Definition at line 36 of file LeafQuery.h.

Constructor & Destructor Documentation

◆ LeafQueryResult() [1/2]

LeafQueryResult::LeafQueryResult ( SpatialIndex::id_type  id)
inline

Definition at line 44 of file LeafQuery.h.

◆ ~LeafQueryResult()

LeafQueryResult::~LeafQueryResult ( )
inline

Definition at line 45 of file LeafQuery.h.

◆ LeafQueryResult() [2/2]

LeafQueryResult::LeafQueryResult ( LeafQueryResult const &  other)

Copy constructor.

Definition at line 111 of file LeafQuery.cc.

References SpatialIndex::Region::clone().

Here is the call graph for this function:

Member Function Documentation

◆ GetBounds()

const SpatialIndex::Region * LeafQueryResult::GetBounds ( ) const

Definition at line 101 of file LeafQuery.cc.

◆ getIdentifier()

SpatialIndex::id_type LeafQueryResult::getIdentifier ( ) const
inline

Definition at line 57 of file LeafQuery.h.

◆ GetIDs()

std::vector< SpatialIndex::id_type > const & LeafQueryResult::GetIDs ( ) const

Definition at line 91 of file LeafQuery.cc.

◆ operator=()

LeafQueryResult & LeafQueryResult::operator= ( LeafQueryResult const &  rhs)

Assignment operator.

Definition at line 120 of file LeafQuery.cc.

References SpatialIndex::Region::clone().

Here is the call graph for this function:

◆ SetBounds()

void LeafQueryResult::SetBounds ( const SpatialIndex::Region b)

Definition at line 106 of file LeafQuery.cc.

Referenced by get_results().

Here is the caller graph for this function:

◆ setIdentifier()

void LeafQueryResult::setIdentifier ( uint32_t  v)
inline

Definition at line 58 of file LeafQuery.h.

◆ SetIDs()

void LeafQueryResult::SetIDs ( std::vector< SpatialIndex::id_type > &  v)

Definition at line 96 of file LeafQuery.cc.

Referenced by get_results().

Here is the caller graph for this function:

The documentation for this class was generated from the following files: