#include <assert.h>
#include <ipFunc/mitkIpFunc.h>
#include "widget.h"
#include "texture.h"
#include "image.h"
Go to the source code of this file.
[static]
Definition at line 8 of file image.cpp.
Referenced by iil4mitkImage::drawTextures().
{ unsigned int y = 1; while (y < x) { y *= 2; } return y; }