libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
point_type Struct Reference

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
 

Detailed Description

Definition at line 46 of file mandelbrot.cpp.

Member Typedef Documentation

◆ element_type [1/2]

typedef size_t point_type::element_type

Definition at line 47 of file mandelbrot.cpp.

◆ element_type [2/2]

typedef size_t point_type::element_type

Definition at line 47 of file mandelbrot.cpp.

Constructor & Destructor Documentation

◆ point_type() [1/4]

constexpr point_type::point_type ( )
inlineconstexprnoexcept

Definition at line 51 of file mandelbrot.cpp.

References x, and y.

Referenced by bitmap< V, W, H, Init >::neighbourhood_item::neighbourhood_item().

◆ point_type() [2/4]

constexpr point_type::point_type ( element_type  xi,
element_type  yi 
)
inlineconstexprnoexcept

Definition at line 54 of file mandelbrot.cpp.

References x, and y.

Referenced by BOOST_AUTO_TEST_CASE().

◆ point_type() [3/4]

constexpr point_type::point_type ( )
inlineconstexprnoexcept

Definition at line 51 of file mandelbrot.cpp.

◆ point_type() [4/4]

constexpr point_type::point_type ( element_type  xi,
element_type  yi 
)
inlineconstexprnoexcept

Definition at line 54 of file mandelbrot.cpp.

Member Function Documentation

◆ operator==() [1/2]

bool point_type::operator== ( point_type const &  pt) const
inlinenoexcept

Definition at line 57 of file mandelbrot.cpp.

References x, and y.

◆ operator==() [2/2]

bool point_type::operator== ( point_type const &  pt) const
inlinenoexcept

Definition at line 57 of file mandelbrot.cpp.

Member Data Documentation

◆ x

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().

◆ y

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().


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