Public Member Functions | List of all members
ooc::preprocess::Preprocessor Class Reference

#include <PointCloudAPI.h>

Public Member Functions

void AddPointCloudFile (wchar_t const *point_cloud_file)
 
void OverwriteExistingFiles (bool overwrite)
 
 Preprocessor (wchar_t const *output_file_name)
 
PreprocessStatus Run ()
 
void SetCullingBoundingBox (Point const &min, Point const &max)
 
void SetLogFile (wchar_t const *log_file)
 
void SetMaxMemoryUsage (size_t max_memory_usage)
 
void SetMaxShellSize (int shell_size)
 
void SetSubSamplePercentage (double percentage)
 
 ~Preprocessor ()
 

Constructor & Destructor Documentation

ooc::preprocess::Preprocessor::Preprocessor ( wchar_t const *  output_file_name)
ooc::preprocess::Preprocessor::~Preprocessor ( )

Member Function Documentation

void ooc::preprocess::Preprocessor::AddPointCloudFile ( wchar_t const *  point_cloud_file)
void ooc::preprocess::Preprocessor::OverwriteExistingFiles ( bool  overwrite)
PreprocessStatus ooc::preprocess::Preprocessor::Run ( )
void ooc::preprocess::Preprocessor::SetCullingBoundingBox ( Point const &  min,
Point const &  max 
)
void ooc::preprocess::Preprocessor::SetLogFile ( wchar_t const *  log_file)
void ooc::preprocess::Preprocessor::SetMaxMemoryUsage ( size_t  max_memory_usage)
void ooc::preprocess::Preprocessor::SetMaxShellSize ( int  shell_size)
void ooc::preprocess::Preprocessor::SetSubSamplePercentage ( double  percentage)

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