NumCpp  2.4.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
Boundary.hpp
Go to the documentation of this file.
1 #pragma once
29 
30 namespace nc
31 {
32  namespace filter
33  {
34  //================================================================================
35  // Enum Description:
37  enum class Boundary { REFLECT = 0, CONSTANT, NEAREST, MIRROR, WRAP };
38  } // namespace filter
39 } // namespace nc
nc::filter::Boundary::NEAREST
@ NEAREST
nc::filter::Boundary::WRAP
@ WRAP
nc::filter::Boundary::CONSTANT
@ CONSTANT
nc::filter::Boundary::REFLECT
@ REFLECT
nc
Definition: Coordinate.hpp:44
nc::filter::Boundary
Boundary
Boundary condition to apply to the image filter.
Definition: Boundary.hpp:37
nc::filter::Boundary::MIRROR
@ MIRROR