The OpenD Programming Language

GuideStore

Store values so we can later create guides from them

Members

Functions

hasDiscrete
bool hasDiscrete()

True if we encountered discrete values

max
double max()

Maximum value encountered till now

min
double min()

Minimum value encountered till now

put
void put(T gs)

Put another GuideStore into the store

put
void put(T range)

Add a range of values to the store

put
void put(T value, double offset)

Add a value of anytype to the store

Properties

store
auto store [@property getter]

The discete values in the store

storeHash
auto storeHash [@property getter]

A hash mapping the discrete values to continuous (double)

Meta