pmm  1.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
pmm_interval Struct Reference

#include <pmm_interval.h>

Data Fields

enum pmm_interval_type type
int plane
int n_p
int * start
int * end
int climb_step
struct pmm_intervalnext
struct pmm_intervalprevious

Detailed Description

structure describing the construction status of an interval of a model

Definition at line 68 of file pmm_interval.h.

Field Documentation

int pmm_interval::climb_step

index of the step along the interval that we are currently constructing for, when the interval type is IT_GBBP_CLIMB

Definition at line 76 of file pmm_interval.h.

int* pmm_interval::end

start point of the interval

Definition at line 74 of file pmm_interval.h.

int pmm_interval::n_p

number of parameters the interval has

Definition at line 72 of file pmm_interval.h.

struct pmm_interval* pmm_interval::next

pointer to the next interval in stack

Definition at line 80 of file pmm_interval.h.

int pmm_interval::plane

index of the plane that this interval pertains to

Definition at line 71 of file pmm_interval.h.

struct pmm_interval* pmm_interval::previous

pointer to previous interval in stack

Definition at line 81 of file pmm_interval.h.

int* pmm_interval::start

end point of the interval

Definition at line 73 of file pmm_interval.h.

enum pmm_interval_type pmm_interval::type

type of interval

Definition at line 69 of file pmm_interval.h.


The documentation for this struct was generated from the following file: