IFS
IFS::IFS(BRect bounds)
IFS::~IFS()
IFS::Draw(BView* view, const buffer_info* info, int32 frames)
IFS::SetAdditive(bool additive)
IFS::SetSpeed(int32 speed)
IFS::_DrawFractal(BView* view, const buffer_info* info)
IFS::_Trace(FRACTAL* F, int32 xo, int32 yo)
IFS::_RandomSimilitudes(FRACTAL* fractal, SIMILITUDE* current, int i) const
IFS::_FreeBuffers(FRACTAL* f)
IFS::_FreeIFS(FRACTAL* f)
class IFS {
IFS(BRect bounds);
virtual ~IFS();
fIFS = new IFS(bounds);
IFS* fIFS;