39 #ifndef PCL_OCTREE_CONTAINER_H
40 #define PCL_OCTREE_CONTAINER_H
46 #include <pcl/pcl_macros.h>
89 return (!
operator== (other));
190 assert(
"getPointIndex: undefined point index");
273 data_vector_arg.push_back (
data_);
282 return data_<0 ? 0 : 1;