1 /**
2  * Mandelbulber v2, a 3D fractal generator  _%}}i*<.         ______
3  * Copyright (C) 2021 Mandelbulber Team   _>]|=||i=i<,      / ____/ __    __
4  *                                        \><||i|=>>%)     / /   __/ /___/ /_
5  * This file is part of Mandelbulber.     )<=i=]=|=i<>    / /__ /_  __/_  __/
6  * The project is licensed under GPLv3,   -<>>=|><|||`    \____/ /_/   /_/
7  * see also COPYING file in this folder.    ~+{i%+++
8  */
9 
10 #ifndef MANDELBULBER2_FORMULA_DEFINITION_ALL_FRACTAL_DEFINITIONS_H_
11 #define MANDELBULBER2_FORMULA_DEFINITION_ALL_FRACTAL_DEFINITIONS_H_
12 
13 #include "abstract_fractal.h"
14 
15 FRACTAL_CLASS(cFractalNone)
16 FRACTAL_CLASS(cFractalAbox4d)
17 FRACTAL_CLASS(cFractalAboxKlein)
18 FRACTAL_CLASS(cFractalAboxMod1)
19 FRACTAL_CLASS(cFractalAboxMod11)
20 FRACTAL_CLASS(cFractalAboxMod12)
21 FRACTAL_CLASS(cFractalAboxMod13)
22 FRACTAL_CLASS(cFractalAboxMod14)
23 FRACTAL_CLASS(cFractalAboxMod15)
24 FRACTAL_CLASS(cFractalAboxMod2)
25 FRACTAL_CLASS(cFractalAboxModKali)
26 FRACTAL_CLASS(cFractalAboxModKaliEiffie)
27 FRACTAL_CLASS(cFractalAboxModKaliV2)
28 FRACTAL_CLASS(cFractalAboxModKaliV3)
29 FRACTAL_CLASS(cFractalAboxSphere4d)
30 FRACTAL_CLASS(cFractalAboxSurfBox)
31 FRACTAL_CLASS(cFractalAboxTetra)
32 FRACTAL_CLASS(cFractalAboxTetra4d)
33 FRACTAL_CLASS(cFractalAboxVSIcen1)
34 FRACTAL_CLASS(cFractalAexion)
35 FRACTAL_CLASS(cFractalAexion4dV2)
36 FRACTAL_CLASS(cFractalAexionOctopusMod)
37 FRACTAL_CLASS(cFractalAmazingIfs)
38 FRACTAL_CLASS(cFractalAmazingSurf)
39 FRACTAL_CLASS(cFractalAmazingSurfKlein)
40 FRACTAL_CLASS(cFractalAmazingSurfKleinV2)
41 FRACTAL_CLASS(cFractalAmazingSurfM3d)
42 FRACTAL_CLASS(cFractalAmazingSurfMod1)
43 FRACTAL_CLASS(cFractalAmazingSurfMod2)
44 FRACTAL_CLASS(cFractalAmazingSurfMod3)
45 FRACTAL_CLASS(cFractalAmazingSurfMod4)
46 FRACTAL_CLASS(cFractalAmazingSurfMulti)
47 FRACTAL_CLASS(cFractalBenesi)
48 FRACTAL_CLASS(cFractalBenesiMagTransforms)
49 FRACTAL_CLASS(cFractalBenesiPineTree)
50 FRACTAL_CLASS(cFractalBenesiPwr2Mandelbulb)
51 FRACTAL_CLASS(cFractalBenesiT1PineTree)
52 FRACTAL_CLASS(cFractalBoxFold4dBulbPow2)
53 FRACTAL_CLASS(cFractalBoxFoldBulbMenger)
54 FRACTAL_CLASS(cFractalBoxFoldBulbPow2)
55 FRACTAL_CLASS(cFractalBoxFoldBulbPow2V2)
56 FRACTAL_CLASS(cFractalBoxFoldBulbPow2V3)
57 FRACTAL_CLASS(cFractalBoxFoldBulbV4)
58 FRACTAL_CLASS(cFractalBoxFoldQuat)
59 FRACTAL_CLASS(cFractalBristorbrot)
60 FRACTAL_CLASS(cFractalBristorbrot2)
61 FRACTAL_CLASS(cFractalBristorbrot4d)
62 FRACTAL_CLASS(cFractalBuffalo)
63 FRACTAL_CLASS(cFractalCoastalbrot)
64 FRACTAL_CLASS(cFractalCollatz)
65 FRACTAL_CLASS(cFractalCollatzMod)
66 FRACTAL_CLASS(cFractalCustom)
67 FRACTAL_CLASS(cFractalDIFSAmazingIfs)
68 FRACTAL_CLASS(cFractalDIFSBoxDiagonalV1)
69 FRACTAL_CLASS(cFractalDIFSBoxDiagonalV3)
70 FRACTAL_CLASS(cFractalDIFSBoxV1)
71 FRACTAL_CLASS(cFractalDIFSCylinder)
72 FRACTAL_CLASS(cFractalDIFSEllipsoid)
73 FRACTAL_CLASS(cFractalDIFSHextgrid2)
74 FRACTAL_CLASS(cFractalDIFSMenger)
75 FRACTAL_CLASS(cFractalDIFSMsltoeDonut)
76 FRACTAL_CLASS(cFractalDIFSMultiV1)
77 FRACTAL_CLASS(cFractalDIFSPrism)
78 FRACTAL_CLASS(cFractalDIFSSphere)
79 FRACTAL_CLASS(cFractalDIFSTorus)
80 FRACTAL_CLASS(cFractalEiffieMsltoe)
81 FRACTAL_CLASS(cFractalFoldBoxMod1)
82 FRACTAL_CLASS(cFractalFoldCutCube)
83 FRACTAL_CLASS(cFractalGeneralizedFoldBox)
84 FRACTAL_CLASS(cFractalHypercomplex)
85 FRACTAL_CLASS(cFractalHypercomplexV2)
86 FRACTAL_CLASS(cFractalIdes)
87 FRACTAL_CLASS(cFractalIdes2)
88 FRACTAL_CLASS(cFractalIfsGen)
89 FRACTAL_CLASS(cFractalIfsXY)
90 FRACTAL_CLASS(cFractalIqBulb)
91 FRACTAL_CLASS(cFractalJosKleinian)
92 FRACTAL_CLASS(cFractalJosKleinianV2)
93 FRACTAL_CLASS(cFractalJosKleinianV3)
94 FRACTAL_CLASS(cFractalJosKleinianV4)
95 FRACTAL_CLASS(cFractalKaleidoscopicIfs)
96 FRACTAL_CLASS(cFractalKalisets1)
97 FRACTAL_CLASS(cFractalKnotV1)
98 FRACTAL_CLASS(cFractalKnotV2)
99 FRACTAL_CLASS(cFractalKoch)
100 FRACTAL_CLASS(cFractalKochV2)
101 FRACTAL_CLASS(cFractalKochV3)
102 FRACTAL_CLASS(cFractalKochV4)
103 FRACTAL_CLASS(cFractalLkmitch)
104 FRACTAL_CLASS(cFractalMakin3d2)
105 FRACTAL_CLASS(cFractalMandalayBoxV1)
106 FRACTAL_CLASS(cFractalMandalayBoxV2)
107 FRACTAL_CLASS(cFractalMandalayKIFS)
108 FRACTAL_CLASS(cFractalMandelbar)
109 FRACTAL_CLASS(cFractalMandelbox)
110 FRACTAL_CLASS(cFractalMandelboxFast)
111 FRACTAL_CLASS(cFractalMandelboxMenger)
112 FRACTAL_CLASS(cFractalMandelboxSmooth)
113 FRACTAL_CLASS(cFractalMandelboxVariable)
114 FRACTAL_CLASS(cFractalMandelboxVaryScale4d)
115 FRACTAL_CLASS(cFractalMandelbulb)
116 FRACTAL_CLASS(cFractalMandelbulb2)
117 FRACTAL_CLASS(cFractalMandelbulb3)
118 FRACTAL_CLASS(cFractalMandelbulb4)
119 FRACTAL_CLASS(cFractalMandelbulbAbs)
120 FRACTAL_CLASS(cFractalMandelbulbAbsPower2)
121 FRACTAL_CLASS(cFractalMandelbulbAtan2Power2)
122 FRACTAL_CLASS(cFractalMandelbulbBermarte)
123 FRACTAL_CLASS(cFractalMandelbulbEye)
124 FRACTAL_CLASS(cFractalMandelbulbJuliabulb)
125 FRACTAL_CLASS(cFractalMandelbulbKali)
126 FRACTAL_CLASS(cFractalMandelbulbKaliMulti)
127 FRACTAL_CLASS(cFractalMandelbulbKosalos)
128 FRACTAL_CLASS(cFractalMandelbulbKosalosV2)
129 FRACTAL_CLASS(cFractalMandelbulbLambda)
130 FRACTAL_CLASS(cFractalMandelbulbMulti)
131 FRACTAL_CLASS(cFractalMandelbulbMulti2)
132 FRACTAL_CLASS(cFractalMandelbulbPlusZ)
133 FRACTAL_CLASS(cFractalMandelbulbPow2V2)
134 FRACTAL_CLASS(cFractalMandelbulbPow2V3)
135 FRACTAL_CLASS(cFractalMandelbulbPower1234)
136 FRACTAL_CLASS(cFractalMandelbulbPower2)
137 FRACTAL_CLASS(cFractalMandelbulbQuadrat)
138 FRACTAL_CLASS(cFractalMandelbulbQuat)
139 FRACTAL_CLASS(cFractalMandelbulbVaryPowerV1)
140 FRACTAL_CLASS(cFractalMandelcup)
141 FRACTAL_CLASS(cFractalMandelnest)
142 FRACTAL_CLASS(cFractalMandelnestV2)
143 FRACTAL_CLASS(cFractalMandeltorus)
144 FRACTAL_CLASS(cFractalMandeltorusV2)
145 FRACTAL_CLASS(cFractalMenger3)
146 FRACTAL_CLASS(cFractalMenger4d)
147 FRACTAL_CLASS(cFractalMenger4dMod1)
148 FRACTAL_CLASS(cFractalMenger4dMod2)
149 FRACTAL_CLASS(cFractalMengerChebyshev)
150 FRACTAL_CLASS(cFractalMengerCrossKIFS)
151 FRACTAL_CLASS(cFractalMengerCrossMod1)
152 FRACTAL_CLASS(cFractalMengerMiddleMod)
153 FRACTAL_CLASS(cFractalMengerMod1)
154 FRACTAL_CLASS(cFractalMengerOcto)
155 FRACTAL_CLASS(cFractalMengerPolyFold)
156 FRACTAL_CLASS(cFractalMengerPrismShape)
157 FRACTAL_CLASS(cFractalMengerPrismShape2)
158 FRACTAL_CLASS(cFractalMengerPwr2Poly)
159 FRACTAL_CLASS(cFractalMengerSmooth)
160 FRACTAL_CLASS(cFractalMengerSmoothMod1)
161 FRACTAL_CLASS(cFractalMengerSponge)
162 FRACTAL_CLASS(cFractalMengerV2)
163 FRACTAL_CLASS(cFractalMengerV3)
164 FRACTAL_CLASS(cFractalMixPinski4d)
165 FRACTAL_CLASS(cFractalModulusMandelbulb)
166 FRACTAL_CLASS(cFractalModulusMengerSponge)
167 FRACTAL_CLASS(cFractalMsltoeDonut)
168 FRACTAL_CLASS(cFractalMsltoeSym2Mod)
169 FRACTAL_CLASS(cFractalMsltoeSym3Mod)
170 FRACTAL_CLASS(cFractalMsltoeSym3Mod2)
171 FRACTAL_CLASS(cFractalMsltoeSym3Mod3)
172 FRACTAL_CLASS(cFractalMsltoeSym3Mod4)
173 FRACTAL_CLASS(cFractalMsltoeSym3Mod5)
174 FRACTAL_CLASS(cFractalMsltoeSym3Mod6)
175 FRACTAL_CLASS(cFractalMsltoeSym4Mod)
176 FRACTAL_CLASS(cFractalMsltoeToroidal)
177 FRACTAL_CLASS(cFractalMsltoeToroidalMulti)
178 FRACTAL_CLASS(cFractalOctahedron)
179 FRACTAL_CLASS(cFractalPseudoKleinian)
180 FRACTAL_CLASS(cFractalPseudoKleinian4d)
181 FRACTAL_CLASS(cFractalPseudoKleinianMod1)
182 FRACTAL_CLASS(cFractalPseudoKleinianMod2)
183 FRACTAL_CLASS(cFractalPseudoKleinianMod3)
184 FRACTAL_CLASS(cFractalPseudoKleinianMod4)
185 FRACTAL_CLASS(cFractalPseudoKleinianMod5)
186 FRACTAL_CLASS(cFractalPseudoKleinianStdDE)
187 FRACTAL_CLASS(cFractalQuaternion)
188 FRACTAL_CLASS(cFractalQuaternion3d)
189 FRACTAL_CLASS(cFractalQuaternion4d)
190 FRACTAL_CLASS(cFractalQuaternionCubic4d)
191 FRACTAL_CLASS(cFractalQuickDudley)
192 FRACTAL_CLASS(cFractalQuickDudleyMod)
193 FRACTAL_CLASS(cFractalRiemannBulbMsltoeMod2)
194 FRACTAL_CLASS(cFractalRiemannSphereHoboldMulti)
195 FRACTAL_CLASS(cFractalRiemannSphereHoboldPow4)
196 FRACTAL_CLASS(cFractalRiemannSphereHoboldPow8)
197 FRACTAL_CLASS(cFractalRiemannSphereMsltoe)
198 FRACTAL_CLASS(cFractalRiemannSphereMsltoeM3d)
199 FRACTAL_CLASS(cFractalRiemannSphereMsltoeV1)
200 FRACTAL_CLASS(cFractalRiemannSphereMsltoeV2)
201 FRACTAL_CLASS(cFractalScatorPower2)
202 FRACTAL_CLASS(cFractalScatorPower2Imaginary)
203 FRACTAL_CLASS(cFractalScatorPower2Real)
204 FRACTAL_CLASS(cFractalScatorPower2StdR)
205 FRACTAL_CLASS(cFractalSierpinski3d)
206 FRACTAL_CLASS(cFractalSierpinski3dV2)
207 FRACTAL_CLASS(cFractalSierpinski3dV3)
208 FRACTAL_CLASS(cFractalSierpinski3dV4)
209 FRACTAL_CLASS(cFractalSierpinski4d)
210 FRACTAL_CLASS(cFractalSpheretree)
211 FRACTAL_CLASS(cFractalSpheretreeV2)
212 FRACTAL_CLASS(cFractalTesting)
213 FRACTAL_CLASS(cFractalTesting4d)
214 FRACTAL_CLASS(cFractalTestingLog)
215 FRACTAL_CLASS(cFractalTestingTransform)
216 FRACTAL_CLASS(cFractalTestingTransform2)
217 FRACTAL_CLASS(cFractalTransfAbsAddConditional)
218 FRACTAL_CLASS(cFractalTransfAbsAddConditional2)
219 FRACTAL_CLASS(cFractalTransfAbsAddConditional4d)
220 FRACTAL_CLASS(cFractalTransfAbsAddConstant)
221 FRACTAL_CLASS(cFractalTransfAbsAddConstant4d)
222 FRACTAL_CLASS(cFractalTransfAbsAddMulti)
223 FRACTAL_CLASS(cFractalTransfAbsAddMulti4d)
224 FRACTAL_CLASS(cFractalTransfAbsAddTgladFold)
225 FRACTAL_CLASS(cFractalTransfAbsAddTgladFold4d)
226 FRACTAL_CLASS(cFractalTransfAbsRecFoldXY)
227 FRACTAL_CLASS(cFractalTransfAddConstant)
228 FRACTAL_CLASS(cFractalTransfAddConstant4d)
229 FRACTAL_CLASS(cFractalTransfAddConstantMod1)
230 FRACTAL_CLASS(cFractalTransfAddConstantMod2)
231 FRACTAL_CLASS(cFractalTransfAddConstantMod3)
232 FRACTAL_CLASS(cFractalTransfAddConstantRotV1)
233 FRACTAL_CLASS(cFractalTransfAddConstantVaryV1)
234 FRACTAL_CLASS(cFractalTransfAddCpixel)
235 FRACTAL_CLASS(cFractalTransfAddCpixel4d)
236 FRACTAL_CLASS(cFractalTransfAddCpixelAxisSwap)
237 FRACTAL_CLASS(cFractalTransfAddCpixelCxCyAxisSwap)
238 FRACTAL_CLASS(cFractalTransfAddCpixelInvert)
239 FRACTAL_CLASS(cFractalTransfAddCpixelRotated)
240 FRACTAL_CLASS(cFractalTransfAddCpixelScator)
241 FRACTAL_CLASS(cFractalTransfAddCpixelSinOrCos)
242 FRACTAL_CLASS(cFractalTransfAddCpixelSphereFold)
243 FRACTAL_CLASS(cFractalTransfAddCpixelSymmetrical)
244 FRACTAL_CLASS(cFractalTransfAddCpixelTile)
245 FRACTAL_CLASS(cFractalTransfAddCpixelVaryV1)
246 FRACTAL_CLASS(cFractalTransfAddExp2Z)
247 FRACTAL_CLASS(cFractalTransfAddNorm)
248 FRACTAL_CLASS(cFractalTransfAddScaleRotate)
249 FRACTAL_CLASS(cFractalTransfBenesiCubeSphere)
250 FRACTAL_CLASS(cFractalTransfBenesiMagBackward)
251 FRACTAL_CLASS(cFractalTransfBenesiMagForward)
252 FRACTAL_CLASS(cFractalTransfBenesiSphereCube)
253 FRACTAL_CLASS(cFractalTransfBenesiT1)
254 FRACTAL_CLASS(cFractalTransfBenesiT1Mod)
255 FRACTAL_CLASS(cFractalTransfBenesiT2)
256 FRACTAL_CLASS(cFractalTransfBenesiT3)
257 FRACTAL_CLASS(cFractalTransfBenesiT4)
258 FRACTAL_CLASS(cFractalTransfBenesiT5b)
259 FRACTAL_CLASS(cFractalTransfBlockify)
260 FRACTAL_CLASS(cFractalTransfBlockifyV2)
261 FRACTAL_CLASS(cFractalTransfBoxFold)
262 FRACTAL_CLASS(cFractalTransfBoxFold4d)
263 FRACTAL_CLASS(cFractalTransfBoxFold4dTglad)
264 FRACTAL_CLASS(cFractalTransfBoxFoldVaryV1)
265 FRACTAL_CLASS(cFractalTransfBoxFoldXYZ)
266 FRACTAL_CLASS(cFractalTransfBoxOffset)
267 FRACTAL_CLASS(cFractalTransfBoxTiling4d)
268 FRACTAL_CLASS(cFractalTransfBoxTilingV2)
269 FRACTAL_CLASS(cFractalTransfBoxWrap4d)
270 FRACTAL_CLASS(cFractalTransfClamp4d)
271 FRACTAL_CLASS(cFractalTransfDEControls)
272 FRACTAL_CLASS(cFractalTransfDELinearCube)
273 FRACTAL_CLASS(cFractalTransfDiagonalFold)
274 FRACTAL_CLASS(cFractalTransfDIFSAmazingIfs)
275 FRACTAL_CLASS(cFractalTransfDIFSBox)
276 FRACTAL_CLASS(cFractalTransfDIFSBoxV2)
277 FRACTAL_CLASS(cFractalTransfDIFSBoxV3)
278 FRACTAL_CLASS(cFractalTransfDIFSClipPlane)
279 FRACTAL_CLASS(cFractalTransfDIFSCylinder)
280 FRACTAL_CLASS(cFractalTransfDIFSCylinderV2)
281 FRACTAL_CLASS(cFractalTransfDIFSDiamond)
282 FRACTAL_CLASS(cFractalTransfDIFSEllipsoid)
283 FRACTAL_CLASS(cFractalTransfDIFSGearV1)
284 FRACTAL_CLASS(cFractalTransfDIFSGrid)
285 FRACTAL_CLASS(cFractalTransfDIFSGridV2)
286 FRACTAL_CLASS(cFractalTransfDIFSGridV3)
287 FRACTAL_CLASS(cFractalTransfDIFSHexprism)
288 FRACTAL_CLASS(cFractalTransfDIFSHexprismV2)
289 FRACTAL_CLASS(cFractalTransfDIFSHextgrid2)
290 FRACTAL_CLASS(cFractalTransfDIFSHybridColor)
291 FRACTAL_CLASS(cFractalTransfDIFSPolyhedra)
292 FRACTAL_CLASS(cFractalTransfDIFSPolyhedraV2)
293 FRACTAL_CLASS(cFractalTransfDIFSPrism)
294 FRACTAL_CLASS(cFractalTransfDIFSPrismV2)
295 FRACTAL_CLASS(cFractalTransfDIFSSphere)
296 FRACTAL_CLASS(cFractalTransfDIFSSpring)
297 FRACTAL_CLASS(cFractalTransfDIFSTorus)
298 FRACTAL_CLASS(cFractalTransfDIFSTorusGrid)
299 FRACTAL_CLASS(cFractalTransfDIFSTorusV2)
300 FRACTAL_CLASS(cFractalTransfDIFSTorusV3)
301 FRACTAL_CLASS(cFractalTransfDIFSTriGrid)
302 FRACTAL_CLASS(cFractalTransfFoldingTetra3d)
303 FRACTAL_CLASS(cFractalTransfGnarl)
304 FRACTAL_CLASS(cFractalTransfHybridColor)
305 FRACTAL_CLASS(cFractalTransfHybridColor2)
306 FRACTAL_CLASS(cFractalTransfInitial4d)
307 FRACTAL_CLASS(cFractalTransfInvCylindrical)
308 FRACTAL_CLASS(cFractalTransfIterationWeight)
309 FRACTAL_CLASS(cFractalTransfIterationWeight4d)
310 FRACTAL_CLASS(cFractalTransfLinCombineCXYZ)
311 FRACTAL_CLASS(cFractalTransfMandalayFold4d)
312 FRACTAL_CLASS(cFractalTransfMandalayFoldV1)
313 FRACTAL_CLASS(cFractalTransfMandalayFoldV2)
314 FRACTAL_CLASS(cFractalTransfMengerFold)
315 FRACTAL_CLASS(cFractalTransfMultipleAngle)
316 FRACTAL_CLASS(cFractalTransfNegAbsAddConstant)
317 FRACTAL_CLASS(cFractalTransfOctoFold)
318 FRACTAL_CLASS(cFractalTransfOffsetSCurve4d)
319 FRACTAL_CLASS(cFractalTransfParabFold)
320 FRACTAL_CLASS(cFractalTransfPlatonicSolid)
321 FRACTAL_CLASS(cFractalTransfPolyFoldAtan)
322 FRACTAL_CLASS(cFractalTransfPolyFoldAtan2)
323 FRACTAL_CLASS(cFractalTransfPolyFoldAtan2Iter)
324 FRACTAL_CLASS(cFractalTransfPolyFoldSymMulti)
325 FRACTAL_CLASS(cFractalTransfPolyFoldSymXY)
326 FRACTAL_CLASS(cFractalTransfPwr2Polynomial)
327 FRACTAL_CLASS(cFractalTransfQuadraticFold4d)
328 FRACTAL_CLASS(cFractalTransfQuaternionFold)
329 FRACTAL_CLASS(cFractalTransfRPower)
330 FRACTAL_CLASS(cFractalTransfReciprocal3)
331 FRACTAL_CLASS(cFractalTransfReciprocal4d)
332 FRACTAL_CLASS(cFractalTransfRotateAboutVec3)
333 FRACTAL_CLASS(cFractalTransfRotation)
334 FRACTAL_CLASS(cFractalTransfRotation4d)
335 FRACTAL_CLASS(cFractalTransfRotationChebyshev)
336 FRACTAL_CLASS(cFractalTransfRotationFolding)
337 FRACTAL_CLASS(cFractalTransfRotationFoldingPlane)
338 FRACTAL_CLASS(cFractalTransfRotationIterControls)
339 FRACTAL_CLASS(cFractalTransfRotationM3d)
340 FRACTAL_CLASS(cFractalTransfRotationVaryV1)
341 FRACTAL_CLASS(cFractalTransfRpow3)
342 FRACTAL_CLASS(cFractalTransfScale)
343 FRACTAL_CLASS(cFractalTransfScale3d)
344 FRACTAL_CLASS(cFractalTransfScale4d)
345 FRACTAL_CLASS(cFractalTransfScaleOffset)
346 FRACTAL_CLASS(cFractalTransfScaleOffsetV2)
347 FRACTAL_CLASS(cFractalTransfScaleVaryMulti)
348 FRACTAL_CLASS(cFractalTransfScaleVaryV1)
349 FRACTAL_CLASS(cFractalTransfScaleVaryV212)
350 FRACTAL_CLASS(cFractalTransfScaleVaryVCL)
351 FRACTAL_CLASS(cFractalTransfSinAdd)
352 FRACTAL_CLASS(cFractalTransfSinAndCos)
353 FRACTAL_CLASS(cFractalTransfSinAndCosMax)
354 FRACTAL_CLASS(cFractalTransfSinOrCos)
355 FRACTAL_CLASS(cFractalTransfSinTan)
356 FRACTAL_CLASS(cFractalTransfSmooth)
357 FRACTAL_CLASS(cFractalTransfSmoothV2)
358 FRACTAL_CLASS(cFractalTransfSphericalCoordInvs)
359 FRACTAL_CLASS(cFractalTransfSphericalFold)
360 FRACTAL_CLASS(cFractalTransfSphericalFold4d)
361 FRACTAL_CLASS(cFractalTransfSphericalFold4dV2)
362 FRACTAL_CLASS(cFractalTransfSphericalFoldAbox)
363 FRACTAL_CLASS(cFractalTransfSphericalFoldCHS)
364 FRACTAL_CLASS(cFractalTransfSphericalFoldCuboid)
365 FRACTAL_CLASS(cFractalTransfSphericalFoldParab)
366 FRACTAL_CLASS(cFractalTransfSphericalFoldPnorm)
367 FRACTAL_CLASS(cFractalTransfSphericalFoldV1)
368 FRACTAL_CLASS(cFractalTransfSphericalFoldV2)
369 FRACTAL_CLASS(cFractalTransfSphericalFoldVaryV1)
370 FRACTAL_CLASS(cFractalTransfSphericalFoldVaryVCL)
371 FRACTAL_CLASS(cFractalTransfSphericalFoldXYZBias)
372 FRACTAL_CLASS(cFractalTransfSphericalInv)
373 FRACTAL_CLASS(cFractalTransfSphericalInvC)
374 FRACTAL_CLASS(cFractalTransfSphericalInvPnorm)
375 FRACTAL_CLASS(cFractalTransfSphericalInvV2)
376 FRACTAL_CLASS(cFractalTransfSphericalOffset)
377 FRACTAL_CLASS(cFractalTransfSphericalOffsetVCL)
378 FRACTAL_CLASS(cFractalTransfSphericalPwrFold)
379 FRACTAL_CLASS(cFractalTransfStepXY)
380 FRACTAL_CLASS(cFractalTransfSurfBoxFold)
381 FRACTAL_CLASS(cFractalTransfSurfBoxFoldV2)
382 FRACTAL_CLASS(cFractalTransfSurfBoxFoldV24d)
383 FRACTAL_CLASS(cFractalTransfSurfFoldMulti)
384 FRACTAL_CLASS(cFractalTransfZvectorAxisSwap)
385 FRACTAL_CLASS(cFractalVicsek)
386 FRACTAL_CLASS(cFractalXenodreambuie)
387 
388 #endif /* MANDELBULBER2_FORMULA_DEFINITION_ALL_FRACTAL_DEFINITIONS_H_ */
389