![]() |
QCAD
Open Source 2D CAD
|
Namespaces | |
namespace | MVRTree |
namespace | RTree |
namespace | StorageManager |
namespace | TPRTree |
Classes | |
class | ICommand |
class | IData |
class | IDataStream |
class | IEntry |
class | IEvolvingShape |
class | INearestNeighborComparator |
class | INode |
class | InvalidPageException |
class | IQueryStrategy |
class | IShape |
class | ISpatialIndex |
class | IStatistics |
class | IStorageManager |
class | ITimeShape |
class | IVisitor |
class | LineSegment |
class | MovingPoint |
class | MovingRegion |
class | Point |
class | Region |
class | TimePoint |
class | TimeRegion |
Typedefs | |
typedef int64_t | id_type |
typedef Tools::PoolPointer< MovingRegion > | MovingRegionPtr |
typedef Tools::PoolPointer< Point > | PointPtr |
typedef Tools::PoolPointer< Region > | RegionPtr |
typedef Tools::PoolPointer< TimeRegion > | TimeRegionPtr |
Enumerations | |
enum | CommandType { CT_NODEREAD = 0x0 , CT_NODEDELETE , CT_NODEWRITE } |
Functions | |
SIDX_DLL std::ostream & | operator<< (std::ostream &, const ISpatialIndex &) |
SIDX_DLL std::ostream & | operator<< (std::ostream &, const IStatistics &) |
SIDX_DLL std::ostream & | operator<< (std::ostream &os, const LineSegment &pt) |
SIDX_DLL std::ostream & | operator<< (std::ostream &os, const MovingPoint &pt) |
SIDX_DLL std::ostream & | operator<< (std::ostream &os, const MovingRegion &r) |
SIDX_DLL std::ostream & | operator<< (std::ostream &os, const Point &pt) |
SIDX_DLL std::ostream & | operator<< (std::ostream &os, const Region &r) |
SIDX_DLL std::ostream & | operator<< (std::ostream &os, const TimePoint &pt) |
SIDX_DLL std::ostream & | operator<< (std::ostream &os, const TimeRegion &r) |
typedef int64_t SpatialIndex::id_type |
SIDX_DLL std::ostream & SpatialIndex::operator<< | ( | std::ostream & | , |
const ISpatialIndex & | ) |
SIDX_DLL std::ostream & SpatialIndex::operator<< | ( | std::ostream & | , |
const IStatistics & | ) |
SIDX_DLL std::ostream & SpatialIndex::operator<< | ( | std::ostream & | os, |
const LineSegment & | pt ) |
SIDX_DLL std::ostream & SpatialIndex::operator<< | ( | std::ostream & | os, |
const MovingPoint & | pt ) |
SIDX_DLL std::ostream & SpatialIndex::operator<< | ( | std::ostream & | os, |
const MovingRegion & | r ) |
SIDX_DLL std::ostream & SpatialIndex::operator<< | ( | std::ostream & | os, |
const TimeRegion & | r ) |