Point Cloud Viewer  1.00
A Viewer to display point clouds with phong shading by converting them to splats.
FileLoader Class Reference

Provides a static method for loading a point cloud file into an octree. More...

#include <fileloader.h>

Static Public Member Functions

static bool load (std::string &path, EntityOctreeContainer &into)
 Loads an ascii encoded point cloud file. More...
 
static void init ()
 Initializes the loader. Must only be called once before the first call to load().
 

Detailed Description

Provides a static method for loading a point cloud file into an octree.

Member Function Documentation

bool FileLoader::load ( std::string &  path,
EntityOctreeContainer into 
)
static

Loads an ascii encoded point cloud file.

Parameters
pathThe path of the file to load.
intoThe data structure into which the point cloud shall be loaded.
Returns
true if the file is loaded.

The documentation for this class was generated from the following files: