libspatialindex API Reference  (git-trunk)
SpatialIndex::RTree::Index::OverlapEntry Class Reference

#include <Index.h>

Collaboration diagram for SpatialIndex::RTree::Index::OverlapEntry:
Collaboration graph

Static Public Member Functions

static int compareEntries (const void *pv1, const void *pv2)
 

Public Attributes

uint32_t m_index
 
double m_enlargement
 
RegionPtr m_original
 
RegionPtr m_combined
 
double m_oa
 
double m_ca
 

Detailed Description

Definition at line 56 of file src/rtree/Index.h.

Member Function Documentation

◆ compareEntries()

static int SpatialIndex::RTree::Index::OverlapEntry::compareEntries ( const void *  pv1,
const void *  pv2 
)
inlinestatic

Definition at line 66 of file src/rtree/Index.h.

References m_enlargement.

Referenced by SpatialIndex::RTree::Index::findLeastOverlap().

Here is the caller graph for this function:

Member Data Documentation

◆ m_ca

double SpatialIndex::RTree::Index::OverlapEntry::m_ca

Definition at line 64 of file src/rtree/Index.h.

Referenced by SpatialIndex::RTree::Index::findLeastOverlap().

◆ m_combined

RegionPtr SpatialIndex::RTree::Index::OverlapEntry::m_combined

Definition at line 62 of file src/rtree/Index.h.

Referenced by SpatialIndex::RTree::Index::findLeastOverlap().

◆ m_enlargement

double SpatialIndex::RTree::Index::OverlapEntry::m_enlargement

◆ m_index

uint32_t SpatialIndex::RTree::Index::OverlapEntry::m_index

Definition at line 59 of file src/rtree/Index.h.

Referenced by SpatialIndex::RTree::Index::findLeastOverlap().

◆ m_oa

double SpatialIndex::RTree::Index::OverlapEntry::m_oa

Definition at line 63 of file src/rtree/Index.h.

Referenced by SpatialIndex::RTree::Index::findLeastOverlap().

◆ m_original

RegionPtr SpatialIndex::RTree::Index::OverlapEntry::m_original

Definition at line 61 of file src/rtree/Index.h.

Referenced by SpatialIndex::RTree::Index::findLeastOverlap().


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