CC-Fractal-Suite
Public Member Functions | Public Attributes | List of all members
CC::COP2_MandelbrotData Struct Reference

Small object storing both the Fractal and the Transformation space info. More...

#include <COP2_Mandelbrot.h>

Inheritance diagram for CC::COP2_MandelbrotData:

Public Member Functions

 COP2_MandelbrotData ()=default
 'Fit's the values into a 0-1 range. More...
 
virtual ~COP2_MandelbrotData ()
 Destructor.
 

Public Attributes

FractalSpace space
 
Mandelbrot fractal
 
MandelbrotMode mode { MandelbrotMode::SMOOTH }
 
bool fit { true }
 

Detailed Description

Small object storing both the Fractal and the Transformation space info.

This is necessary because its values are copied to each tile, so the data within can be sourced a single time, but accessed many times across multiple threads without forcing const types.

Constructor & Destructor Documentation

§ COP2_MandelbrotData()

CC::COP2_MandelbrotData::COP2_MandelbrotData ( )
default

'Fit's the values into a 0-1 range.


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