cuikexplore.h
Go to the documentation of this file.
1 #ifndef CUIKEXPLOREH
2 #define CUIKEXPLOREH
3 
4 #include "boolean.h"
5 #include "parameters.h"
6 #include "chart.h"
7 
23 typedef struct {
24  boolean end;
25  boolean changed;
26  boolean oneStep;
27  boolean reset;
28  double step;
29  unsigned int k;
30  unsigned int *ndx;
31  unsigned int m;
32  double *point;
33  double *vect;
35  char *fw;
39 
40 #endif
Definition of the boolean type.
unsigned int k
Definition: cuikexplore.h:29
Tparameters * p
Definition: cuikexplore.h:36
A table of parameters.
Type defining the equations on which the atlas is defined.
Definition: wcs.h:30
Definition of a local chart on a manifold.
TAtlasBase * w
Definition: cuikexplore.h:37
unsigned int * ndx
Definition: cuikexplore.h:30
unsigned int m
Definition: cuikexplore.h:31
Definition of the cuikexplore control structure.
Definition: cuikexplore.h:23
Definition of the Tparameters type and the associated functions.