26 return (x >= minX && x <= maxX && y >= minY && y <= maxY && z >= minZ && z <= maxZ);
31 return (minX >= maxX || minY >= maxY || minZ >= maxZ);
::pcl::PointCloud<::pcl::PointNormal > PointCloudNormals
bool contains(float x, float y, float z) const
::pcl::PointCloud<::pcl::PointXYZRGB > PointCloudColored
::pcl::PointCloud<::pcl::PointXYZ > PointCloud