VisionCpp  0.0.1
Variables
visioncpp::internal::ops_category Namespace Reference

list of supported types of operations the operation type can be Point operation, neighbour operation More...

Variables

constexpr static size_t PointOP = 0
 
constexpr static size_t NeighbourOP = 1
 
constexpr static size_t GlobalNeighbourOP = 2
 

Detailed Description

list of supported types of operations the operation type can be Point operation, neighbour operation

Variable Documentation

◆ GlobalNeighbourOP

constexpr static size_t visioncpp::internal::ops_category::GlobalNeighbourOP = 2
staticconstexpr

◆ NeighbourOP

constexpr static size_t visioncpp::internal::ops_category::NeighbourOP = 1
staticconstexpr

◆ PointOP

constexpr static size_t visioncpp::internal::ops_category::PointOP = 0
staticconstexpr

Definition at line 112 of file forward_declarations.hpp.