#include <vector>
#include <stdlib.h>
#include <QtOpenGL>
#include <gl\gl.h>
#include <gl\glu.h>
#include "log4cxx/logger.h"
Classes | |
class | Node |
Variables | |
const float | NODE_DIAMETER = 0.25f |
const float | BALLOON_RADIUS_CONST = 0.5f |
const float | BALLOON_NODE_CIRCLE_OFFSET = 0.2f |
const bool | BALLOON_RENDER_HIERARCHYNODES = true |
const bool | BALLOON_RENDER_HIERARCHYLINES = true |
const bool | BALLOON_RENDER_CIRCLES = true |
const float | RADIAL_RADIUS_CONST = 1.0f |
const float | RADIAL_FREESPACE_ANGLE = 0.06f |
const float BALLOON_NODE_CIRCLE_OFFSET = 0.2f |
const float BALLOON_RADIUS_CONST = 0.5f |
const bool BALLOON_RENDER_CIRCLES = true |
const bool BALLOON_RENDER_HIERARCHYLINES = true |
const bool BALLOON_RENDER_HIERARCHYNODES = true |
const float NODE_DIAMETER = 0.25f |
const float RADIAL_FREESPACE_ANGLE = 0.06f |
const float RADIAL_RADIUS_CONST = 1.0f |