preprocess

Types

Preprocessor

PreprocessStatus

Fields

PreprocessStatus_Success

PreprocessStatus_Unknown_Failure

PreprocessStatus_Setup_Failure

PreprocessStatus_First_Pass_Failure

PreprocessStatus_Second_Pass_Failure

PreprocessStatus_Third_Pass_Failure

Detailed Description

namespace preprocess

Type Documentation

enum ooc::preprocess::PreprocessStatus

Values:

enumerator PreprocessStatus_Success

Preprocess completed without problem.

enumerator PreprocessStatus_Unknown_Failure

An unknown problem occurred.

enumerator PreprocessStatus_Setup_Failure

A problem occurred during pre-process setup (directory creation, conflicting files, etc.).

enumerator PreprocessStatus_First_Pass_Failure

A problem occurred during initial pass (parsing text file for bounding box, binary file generation).

enumerator PreprocessStatus_Second_Pass_Failure

A problem occurred during second pass (spatially sorting all the points).

enumerator PreprocessStatus_Third_Pass_Failure

A problem occurred during third pass (node generation and randomization, index generation).