|
libspatialindex API Reference
(git-trunk)
|
#include <LeafQuery.h>

Public Member Functions | |
| LeafQueryResult (SpatialIndex::id_type id) | |
| ~LeafQueryResult () | |
| LeafQueryResult (LeafQueryResult const &other) | |
| Copy constructor. More... | |
| LeafQueryResult & | operator= (LeafQueryResult const &rhs) |
| Assignment operator. More... | |
| std::vector< SpatialIndex::id_type > const & | GetIDs () const |
| void | SetIDs (std::vector< SpatialIndex::id_type > &v) |
| const SpatialIndex::Region * | GetBounds () const |
| void | SetBounds (const SpatialIndex::Region *b) |
| SpatialIndex::id_type | getIdentifier () const |
| void | setIdentifier (uint32_t v) |
Definition at line 50 of file LeafQuery.h.
|
inline |
Definition at line 58 of file LeafQuery.h.
|
inline |
Definition at line 59 of file LeafQuery.h.
| LeafQueryResult::LeafQueryResult | ( | LeafQueryResult const & | other | ) |
Copy constructor.
Definition at line 111 of file LeafQuery.cc.
References SpatialIndex::Region::clone().

| const SpatialIndex::Region * LeafQueryResult::GetBounds | ( | ) | const |
Definition at line 101 of file LeafQuery.cc.
|
inline |
Definition at line 71 of file LeafQuery.h.
| std::vector< SpatialIndex::id_type > const & LeafQueryResult::GetIDs | ( | ) | const |
Definition at line 91 of file LeafQuery.cc.
| LeafQueryResult & LeafQueryResult::operator= | ( | LeafQueryResult const & | rhs | ) |
Assignment operator.
Definition at line 120 of file LeafQuery.cc.
References SpatialIndex::Region::clone().

| void LeafQueryResult::SetBounds | ( | const SpatialIndex::Region * | b | ) |
Definition at line 106 of file LeafQuery.cc.
Referenced by get_results().

|
inline |
Definition at line 72 of file LeafQuery.h.
| void LeafQueryResult::SetIDs | ( | std::vector< SpatialIndex::id_type > & | v | ) |
Definition at line 96 of file LeafQuery.cc.
Referenced by get_results().
