Preprocessor

Functions

Preprocessor

~Preprocessor

PreprocessStatus

Run

void

SetLogFile

void

AddPointCloudFile

void

SetMaxShellSize

void

SetMaxMemoryUsage

void

SetSubSamplePercentage

void

SetCullingBoundingBox

void

OverwriteExistingFiles

void

SetDoublePrecision

void

SetUseLASZIP

Detailed Description

class Preprocessor

Public Functions

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