Home
last modified time | relevance | path

Searched refs:addDataAtMaxDepth (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/outofcore/include/pcl/outofcore/
H A Doctree_base_node.h387 addDataAtMaxDepth (const AlignedPointTVector &p, const bool skip_bb_check = true);
402addDataAtMaxDepth (const pcl::PCLPointCloud2::Ptr input_cloud, const bool skip_bb_check = true);
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/outofcore/include/pcl/outofcore/impl/
H A Doctree_base_node.hpp359 return (addDataAtMaxDepth( p, skip_bb_check)); in addDataToLeaf()
503 return (addDataAtMaxDepth (input_cloud, true)); in addPointCloud()
614 …OutofcoreOctreeBaseNode<ContainerT, PointT>::addDataAtMaxDepth (const AlignedPointTVector& p, cons… in addDataAtMaxDepth() function in pcl::outofcore::OutofcoreOctreeBaseNode
651 …OutofcoreOctreeBaseNode<ContainerT, PointT>::addDataAtMaxDepth (const pcl::PCLPointCloud2::Ptr inp… in addDataAtMaxDepth() function in pcl::outofcore::OutofcoreOctreeBaseNode
713 std::uint64_t points_added = addDataAtMaxDepth (input_cloud, true); in addPointCloud_and_genLOD()
815 return (addDataAtMaxDepth(p, false)); in addDataToLeaf_and_genLOD()