Uses of Class
de.grogra.pointcloud.clustering.PointCloudOctree
-
Uses of PointCloudOctree in de.grogra.pointcloud.clustering
Modifier and TypeMethodDescriptionPointCloudOctree.getChild
(int octant) Returns the octree child on the given octant (0 - 7).Modifier and TypeMethodDescriptionvoid
PointCloudOctree.setChild
(int octant, PointCloudOctree child) Sets one of the eight children (one of the eight octants).