MayaFlux
0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
~SpatialIndex()
template<typename PointT >
MayaFlux::Kinesis::SpatialIndex
< PointT >::~
SpatialIndex
(
)
Definition at line
79
of file
SpatialIndex.cpp
.
80
{
81
#ifdef MAYAFLUX_PLATFORM_MACOS
82
auto
* snap =
m_snapshot
.load(std::memory_order_acquire);
83
delete
snap;
84
for
(
auto
* r : m_retired) {
85
delete
r;
86
}
87
#endif
88
}
MayaFlux::Kinesis::SpatialIndex::m_snapshot
std::atomic< std::shared_ptr< const SpatialSnapshot< PointT > > > m_snapshot
Definition
SpatialIndex.hpp:261
MayaFlux
Kinesis
SpatialIndex
Generated by
1.9.8