#include <pcl/io/pcd_io.h>
#include <pcl/console/print.h>
#include <pcl/outofcore/outofcore.h>
#include <pcl/outofcore/outofcore_impl.h>
#include <pcl/outofcore/boost.h>
#include <pcl/point_types.h>
#include <pcl/PCLPointCloud2.h>
Go to the source code of this file.
Typedefs | |
typedef OutofcoreOctreeBase < OutofcoreOctreeDiskContainer < pcl::PointXYZ > , pcl::PointXYZ > | OctreeDisk |
typedef OutofcoreOctreeBaseNode < OutofcoreOctreeDiskContainer < pcl::PointXY > , pcl::PointXYZ > | OctreeDiskNode |
Functions | |
int | main (int, char **argv) |
Definition at line 52 of file example_outofcore_with_lod.cpp.
typedef OutofcoreOctreeBaseNode<OutofcoreOctreeDiskContainer<pcl::PointXY>, pcl::PointXYZ> OctreeDiskNode |
Definition at line 53 of file example_outofcore_with_lod.cpp.
int main | ( | int | , |
char ** | argv | ||
) |
Definition at line 55 of file example_outofcore_with_lod.cpp.