#include <GUIConnection.hpp>
Static Public Member Functions | |
static void | updateData (void) |
Updates the data. | |
Static Public Attributes | |
static float | slice_x = 0 |
static float | slice_y = 0 |
static float | slice_z = 0 |
static int | view_mode = 1 |
static int | current_slice_axis = 0 |
static int | width = 0 |
static int | height = 0 |
static int | depth = 0 |
static int | number_of_slices = 0 |
static int | step_size = 250 |
static std::string | filename = "" |
static ControlPoint * | selected_point = NULL |
static Color * | color = NULL |
static Volume | volume |
void GUIConnection::updateData | ( | void | ) | [static] |
Updates the data.
Color * GUIConnection::color = NULL [static] |
int GUIConnection::current_slice_axis = 0 [static] |
int GUIConnection::depth = 0 [static] |
std::string GUIConnection::filename = "" [static] |
int GUIConnection::height = 0 [static] |
int GUIConnection::number_of_slices = 0 [static] |
ControlPoint * GUIConnection::selected_point = NULL [static] |
float GUIConnection::slice_x = 0 [static] |
float GUIConnection::slice_y = 0 [static] |
float GUIConnection::slice_z = 0 [static] |
int GUIConnection::step_size = 250 [static] |
int GUIConnection::view_mode = 1 [static] |
Volume GUIConnection::volume [static] |
int GUIConnection::width = 0 [static] |