50static const size_t kObjectPoolSize = 10000;
51static const size_t kPointCloudPoolSize = 1000;
52static const size_t kFramePoolSize = 100;
ConcurrentObjectPool< Frame, kFramePoolSize, FrameInitializer > FramePool
ConcurrentObjectPool< AttributePointCloud< PointD >, kPointCloudPoolSize, PointCloudInitializer< double > > PointDCloudPool
ConcurrentObjectPool< AttributeRadarPointCloud< RadarPointD >, kPointCloudPoolSize, RadarPointCloudInitializer< double > > RadarPointDCloudPool
ConcurrentObjectPool< AttributeRadarPointCloud< RadarPointF >, kPointCloudPoolSize, RadarPointCloudInitializer< double > > RadarPointFCloudPool
ConcurrentObjectPool< Object, kObjectPoolSize, ObjectInitializer > ObjectPool
ConcurrentObjectPool< AttributePointCloud< PointF >, kPointCloudPoolSize, PointCloudInitializer< float > > PointFCloudPool
void operator()(Frame *frame) const
void operator()(Object *object) const
void operator()(AttributePointCloud< Point< T > > *cloud) const
void operator()(AttributeRadarPointCloud< RadarPoint< T > > *cloud) const