#include "component.h"
#include "dataset.h"
#include "poly.h"
#include "spline.h"
#include "interpolator.h"
#include "ifile.h"
Go to the source code of this file.
Variable Documentation
Initial value: {
{ "Interpolator", PROP_STR, { PROP_NO_VAL, "linear" },
PROP_RNG_STR3 ("hold", "linear", "cubic") },
{ "Repeat", PROP_STR, { PROP_NO_VAL, "no" }, PROP_RNG_YESNO },
{ "G", PROP_REAL, { 1, PROP_NO_STR }, PROP_NO_RANGE },
{ "T", PROP_REAL, { 0, PROP_NO_STR }, PROP_POS_RANGE },
PROP_NO_PROP }
Definition at line 131 of file ifile.cpp.