#include <QtOpenGL/QtOpenGL>
#include <vcg/space/box2.h>
#include <vcg/space/box3.h>
#include <vcg/math/random_generator.h>
#include <wrap/qt/col_qt_convert.h>
#include <vcg/space/rect_packer.h>
#include <vcg/space/outline2_packer.h>
#include <vcg/space/rasterized_outline2_packer.h>
#include <vcg/complex/algorithms/outline_support.h>
#include <wrap/qt/Outline2ToQImage.h>
#include <wrap/qt/outline2_rasterizer.h>
#include <time.h>
Go to the source code of this file.
Functions | |
static void | buildRandRectSet (int rectNum, vector< Box2f > &rectVec) |
int | main (int argc, char **argv) |
static void buildRandRectSet | ( | int | rectNum, |
vector< Box2f > & | rectVec | ||
) | [static] |
Definition at line 40 of file space_packer.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 60 of file space_packer.cpp.