libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
bitmap< V, W, H, Init >::neighbourhood_item Struct Reference
Collaboration diagram for bitmap< V, W, H, Init >::neighbourhood_item:
[legend]

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
 

Detailed Description

template<class V, unsigned int W, unsigned int H, V Init>
struct bitmap< V, W, H, Init >::neighbourhood_item

Definition at line 87 of file mandelbrot.cpp.

Constructor & Destructor Documentation

◆ neighbourhood_item() [1/6]

template<class V , unsigned int W, unsigned int H, V Init>
constexpr bitmap< V, W, H, Init >::neighbourhood_item::neighbourhood_item ( )
inlineconstexprnoexcept

◆ neighbourhood_item() [2/6]

template<class V , unsigned int W, unsigned int H, V Init>
constexpr bitmap< V, W, H, Init >::neighbourhood_item::neighbourhood_item ( iterator const &  i)
inlineexplicitconstexprnoexcept

◆ neighbourhood_item() [3/6]

template<class V , unsigned int W, unsigned int H, V Init>
constexpr bitmap< V, W, H, Init >::neighbourhood_item::neighbourhood_item ( point_type const &  p,
iterator const &  i 
)
inlineconstexprnoexcept

◆ neighbourhood_item() [4/6]

template<class V , unsigned int W, unsigned int H, V Init>
constexpr bitmap< V, W, H, Init >::neighbourhood_item::neighbourhood_item ( )
inlineconstexprnoexcept

Definition at line 91 of file mandelbrot.cpp.

◆ neighbourhood_item() [5/6]

template<class V , unsigned int W, unsigned int H, V Init>
constexpr bitmap< V, W, H, Init >::neighbourhood_item::neighbourhood_item ( iterator const &  i)
inlineexplicitconstexprnoexcept

Definition at line 94 of file mandelbrot.cpp.

◆ neighbourhood_item() [6/6]

template<class V , unsigned int W, unsigned int H, V Init>
constexpr bitmap< V, W, H, Init >::neighbourhood_item::neighbourhood_item ( point_type const &  p,
iterator const &  i 
)
inlineconstexprnoexcept

Definition at line 97 of file mandelbrot.cpp.

Member Data Documentation

◆ element

template<class V , unsigned int W, unsigned int H, V Init>
iterator bitmap< V, W, H, Init >::neighbourhood_item::element

◆ pt

template<class V , unsigned int W, unsigned int H, V Init>
point_type bitmap< V, W, H, Init >::neighbourhood_item::pt

The documentation for this struct was generated from the following file: