libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
Public Member Functions | |
constexpr | neighbourhood_item () noexcept(true) |
constexpr | neighbourhood_item (iterator const &i) noexcept(true) |
constexpr | neighbourhood_item (point_type const &p, iterator const &i) noexcept(true) |
constexpr | neighbourhood_item () noexcept(true) |
constexpr | neighbourhood_item (iterator const &i) noexcept(true) |
constexpr | neighbourhood_item (point_type const &p, iterator const &i) noexcept(true) |
Public Attributes | |
point_type | pt |
iterator | element |
Definition at line 87 of file mandelbrot.cpp.
|
inlineconstexprnoexcept |
Definition at line 91 of file mandelbrot.cpp.
References bitmap< V, W, H, Init >::neighbourhood_item::element, point_type::point_type(), and bitmap< V, W, H, Init >::neighbourhood_item::pt.
|
inlineexplicitconstexprnoexcept |
Definition at line 94 of file mandelbrot.cpp.
References bitmap< V, W, H, Init >::neighbourhood_item::element, point_type::point_type(), and bitmap< V, W, H, Init >::neighbourhood_item::pt.
|
inlineconstexprnoexcept |
Definition at line 97 of file mandelbrot.cpp.
References bitmap< V, W, H, Init >::neighbourhood_item::element, and bitmap< V, W, H, Init >::neighbourhood_item::pt.
|
inlineconstexprnoexcept |
Definition at line 91 of file mandelbrot.cpp.
|
inlineexplicitconstexprnoexcept |
Definition at line 94 of file mandelbrot.cpp.
|
inlineconstexprnoexcept |
Definition at line 97 of file mandelbrot.cpp.
iterator bitmap< V, W, H, Init >::neighbourhood_item::element |
Definition at line 89 of file mandelbrot.cpp.
Referenced by bitmap< V, W, H, Init >::neighbourhood_item::neighbourhood_item().
point_type bitmap< V, W, H, Init >::neighbourhood_item::pt |
Definition at line 88 of file mandelbrot.cpp.
Referenced by bitmap< V, W, H, Init >::neighbourhood_item::neighbourhood_item().