CC-Fractal-Suite
Public Attributes | List of all members
CC::COP2_BuddhabrotData Struct Reference

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

#include <COP2_Buddhabrot.h>

Inheritance diagram for CC::COP2_BuddhabrotData:

Public Attributes

Mandelbrot fractal
 
FractalSpace space
 
UT_Lock myLock
 
int seed
 
fpreal samples
 
bool normalize
 
int maxval
 
bool displayreffractal
 

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. Also stores the lock used by the full-image filter cook


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