NumCpp
2.6.2
A Templatized Header Only C++ Implementation of the Python NumPy Library
Boundary.hpp
Go to the documentation of this file.
1
28
#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
Boundary
Boundary condition to apply to the image filter.
Definition:
Boundary.hpp:37
nc::filter::Boundary::MIRROR
@ MIRROR
nc::filter::Boundary::CONSTANT
@ CONSTANT
nc::filter::Boundary::NEAREST
@ NEAREST
nc::filter::Boundary::WRAP
@ WRAP
nc::filter::Boundary::REFLECT
@ REFLECT
nc
Definition:
Coordinate.hpp:45
include
NumCpp
Filter
Boundaries
Boundary.hpp
Generated by
1.9.2