Version: 1.0
Classes | Enumerations | Functions
forest_handler.h File Reference
#include "output_generator.h"

Go to the source code of this file.

Classes

class  ForestHandler
 This class allows to generate the forests associated to an algorithm when the pixel prediction is applied. More...
 

Enumerations

enum class  ForestHandlerFlags : uint32_t { CENTER_LINES = 1 , FIRST_LINE = 2 , LAST_LINE = 4 , SINGLE_LINE = 8 }
 

Functions

constexpr enum ForestHandlerFlags operator| (const enum ForestHandlerFlags self_value, const enum ForestHandlerFlags in_value)
 
constexpr bool operator& (const enum ForestHandlerFlags self_value, const enum ForestHandlerFlags in_value)
 

Enumeration Type Documentation

◆ ForestHandlerFlags

enum ForestHandlerFlags : uint32_t
strong
Enumerator
CENTER_LINES 

Whether to generate the forest for the center lines of the image.

FIRST_LINE 

Whether to generate the forest for the first line of the image.

LAST_LINE 

Whether to generate the forest for the last line of the image.

SINGLE_LINE 

Whether to generate the forest for an image composed by a single line.

Definition at line 18 of file forest_handler.h.

Function Documentation

◆ operator&()

constexpr bool operator& ( const enum ForestHandlerFlags  self_value,
const enum ForestHandlerFlags  in_value 
)
constexpr

Definition at line 18 of file forest_handler.h.

◆ operator|()

constexpr enum ForestHandlerFlags operator| ( const enum ForestHandlerFlags  self_value,
const enum ForestHandlerFlags  in_value 
)
constexpr

Definition at line 1 of file forest_handler.h.