libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
Public Types | |
typedef size_t | element_type |
typedef size_t | element_type |
Public Member Functions | |
constexpr | point_type () noexcept(true) |
constexpr | point_type (element_type xi, element_type yi) noexcept(true) |
bool | operator== (point_type const &pt) const noexcept(true) |
constexpr | point_type () noexcept(true) |
constexpr | point_type (element_type xi, element_type yi) noexcept(true) |
bool | operator== (point_type const &pt) const noexcept(true) |
Public Attributes | |
element_type | x |
element_type | y |
Definition at line 46 of file mandelbrot.cpp.
typedef size_t point_type::element_type |
Definition at line 47 of file mandelbrot.cpp.
typedef size_t point_type::element_type |
Definition at line 47 of file mandelbrot.cpp.
|
inlineconstexprnoexcept |
Definition at line 51 of file mandelbrot.cpp.
Referenced by bitmap< V, W, H, Init >::neighbourhood_item::neighbourhood_item().
|
inlineconstexprnoexcept |
Definition at line 54 of file mandelbrot.cpp.
Referenced by BOOST_AUTO_TEST_CASE().
|
inlineconstexprnoexcept |
Definition at line 51 of file mandelbrot.cpp.
|
inlineconstexprnoexcept |
Definition at line 54 of file mandelbrot.cpp.
|
inlinenoexcept |
Definition at line 57 of file mandelbrot.cpp.
|
inlinenoexcept |
Definition at line 57 of file mandelbrot.cpp.
element_type point_type::x |
Definition at line 49 of file mandelbrot.cpp.
Referenced by bitmap< V, W, H, Init >::inside(), operator==(), and point_type().
element_type point_type::y |
Definition at line 49 of file mandelbrot.cpp.
Referenced by bitmap< V, W, H, Init >::inside(), operator==(), and point_type().