TCuikexploreControl Struct Reference

Detailed Description

cuikexplore control structure. This is shared between the cuikexplore main application and the interface callbacks.

Definition at line 23 of file cuikexplore.h.

Data Fields

boolean end
 
boolean changed
 
boolean oneStep
 
boolean reset
 
double step
 
unsigned int k
 
unsigned int * ndx
 
unsigned int m
 
double * point
 
double * vect
 
char * fw
 
Tparametersp
 
TAtlasBasew
 

Field Documentation

boolean TCuikexploreControl::end

TRUE if cuikexplore is to be closed.

Definition at line 24 of file cuikexplore.h.

Referenced by main(), and on_cuikexplore_quit().

boolean TCuikexploreControl::changed
boolean TCuikexploreControl::oneStep

TRUE if only one step has to be executed.

Definition at line 26 of file cuikexplore.h.

Referenced by main(), on_cuikexplore_down_pressed(), on_cuikexplore_minus_clicked(), on_cuikexplore_plus_clicked(), and on_cuikexplore_up_pressed().

boolean TCuikexploreControl::reset

TRUE if we have to move to the initial configuration.

Definition at line 27 of file cuikexplore.h.

Referenced by main(), and on_cuikexplore_reset().

double TCuikexploreControl::step
unsigned int TCuikexploreControl::k

Dimension of the conf. space manifold.

Definition at line 29 of file cuikexplore.h.

Referenced by main().

unsigned int TCuikexploreControl::m

Number of variables in the problem.

Definition at line 31 of file cuikexplore.h.

Referenced by main(), and on_cuikexplore_save().

double* TCuikexploreControl::point

Current point on the manifold.

Definition at line 32 of file cuikexplore.h.

Referenced by main(), and on_cuikexplore_save().

double* TCuikexploreControl::vect

Displacement in ambient space along the variables used as parameters.

Definition at line 33 of file cuikexplore.h.

Referenced by main(), on_cuikexplore_down_pressed(), on_cuikexplore_down_released(), on_cuikexplore_minus_clicked(), on_cuikexplore_plus_clicked(), on_cuikexplore_up_pressed(), and on_cuikexplore_up_released().

char* TCuikexploreControl::fw

File from where we read the world information.

Definition at line 35 of file cuikexplore.h.

Referenced by main(), and on_cuikexplore_save().

Tparameters* TCuikexploreControl::p

The set of parameters to use.

Definition at line 36 of file cuikexplore.h.

Referenced by main().

TAtlasBase* TCuikexploreControl::w

The world structure to move.

Definition at line 37 of file cuikexplore.h.

Referenced by main().