libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
mandelbrot.cpp File Reference
#include "stdafx.h"
#include <boost/test/included/unit_test.hpp>
#include "core/thread_pool_workers.hpp"
#include <cassert>
#include <stdexcept>
#include <boost/mpl/assert.hpp>
#include <boost/static_assert.hpp>
#include <boost/type_traits.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/tr1/array.hpp>
#include <algorithm>
#include <complex>
#include <iostream>
#include <iterator>
#include <limits>
#include <queue>
#include <vector>
Include dependency graph for mandelbrot.cpp:

Go to the source code of this file.

Classes

struct  point_type
 
struct  bitmap< V, W, H, Init >
 
struct  bitmap< V, W, H, Init >::element_type
 
struct  bitmap< V, W, H, Init >::neighbourhood_item
 
struct  bitmap< V, W, H, Init >::lower_iterations
 
struct  complex_plane_t< T >
 
class  greedy_render_t< Op, WkQ >
 
struct  Mandelbrot< CP, Scr >
 

Macros

#define BOOST_TEST_MODULE   libjmmcg_tests
 

Functions

 BOOST_AUTO_TEST_CASE (mandelbrot)
 

Macro Definition Documentation

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   libjmmcg_tests

Definition at line 21 of file mandelbrot.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE()

BOOST_AUTO_TEST_CASE ( mandelbrot  )

Definition at line 320 of file mandelbrot.cpp.

References point_type::point_type().