2 * Copyright (C) 2008 Stephan Aßmus <superstippi@gmx.de>
3 * All rights reserved. Distributed under the terms of the MIT license.
17 virtual void Prepare(BView
* view
) = 0;
18 virtual bool RunIteration(BView
* view
) = 0;
19 virtual void PrintResults(BView
* view
);
21 void SetupClipping(BView
* view
);
24 BRegion fClippingRegion
;