ROOT
6.07/01
Reference Guide
|
#include "main.h"
#include "../tsc.h"
#include <complex>
#include <cmath>
#include <QApplication>
#include <QTextStream>
#include <QTimer>
#include <QtCore/QtDebug>
#include <QPainter>
#include <QProgressBar>
#include <Vc/Vc>
Go to the source code of this file.
Macros | |
#define | BUDDHABROT_USE_FUNCTION1 |
Typedefs | |
typedef std::complex< float_v > | Z |
Functions | |
static Z | P (Z z, Z c) |
static Z::value_type | fastNorm (const Z &z) |
template<typename T > | |
static T | square (T a) |
template<typename T > | |
static T | minOf (T a, T b) |
template<typename T > | |
static T | maxOf (T a, T b) |
template<typename T > | |
static T | clamp (T min, T value, T max) |
static unsigned int | reduceRange (float x, float m, float h) |
static void | usage (const char *argv0) |
int | main (int argc, char **argv) |
Variables | |
static const Pixel | NULL_PIXEL = { 0, 0, 0 } |
|
inlinestatic |
Definition at line 127 of file main.cpp.
Referenced by Baker::createImage().
Definition at line 134 of file main.cpp.
Referenced by Baker::createImage().
Definition at line 122 of file main.cpp.
Referenced by Baker::createImage().
|
inlinestatic |
Definition at line 132 of file main.cpp.
Referenced by TLatex::Analyse(), ROOT::Math::Sqr< T >::apply(), and reduceRange().
|
static |