![]() |
QCAD
Open Source 2D CAD
|
#include <LeafQuery.h>
Public Member Functions | |
const SpatialIndex::Region * | GetBounds () const |
SpatialIndex::id_type | getIdentifier () const |
std::vector< SpatialIndex::id_type > const & | GetIDs () const |
LeafQueryResult (LeafQueryResult const &other) | |
Copy constructor. | |
LeafQueryResult (SpatialIndex::id_type id) | |
LeafQueryResult & | operator= (LeafQueryResult const &rhs) |
Assignment operator. | |
void | SetBounds (const SpatialIndex::Region *b) |
void | setIdentifier (uint32_t v) |
void | SetIDs (std::vector< SpatialIndex::id_type > &v) |
~LeafQueryResult () | |
Private Member Functions | |
LeafQueryResult () | |
Private Attributes | |
SpatialIndex::Region * | bounds |
std::vector< SpatialIndex::id_type > | ids |
SpatialIndex::id_type | m_id |
|
private |
|
inline |
|
inline |
LeafQueryResult::LeafQueryResult | ( | LeafQueryResult const & | other | ) |
Copy constructor.
const SpatialIndex::Region * LeafQueryResult::GetBounds | ( | ) | const |
|
inline |
std::vector< SpatialIndex::id_type > const & LeafQueryResult::GetIDs | ( | ) | const |
LeafQueryResult & LeafQueryResult::operator= | ( | LeafQueryResult const & | rhs | ) |
Assignment operator.
void LeafQueryResult::SetBounds | ( | const SpatialIndex::Region * | b | ) |
|
inline |
void LeafQueryResult::SetIDs | ( | std::vector< SpatialIndex::id_type > & | v | ) |
|
private |
|
private |
|
private |