gthreediscreteinterpolant

gthreediscreteinterpolant

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GthreeInterpolant
        ╰── GthreeDiscreteInterpolant

Includes

#include <gthree/gthree.h>

Description

Functions

gthree_discrete_interpolant_new ()

GthreeInterpolant *
gthree_discrete_interpolant_new (GthreeAttributeArray *parameter_positions,
                                 GthreeAttributeArray *sample_values);

Types and Values

GthreeDiscreteInterpolant

typedef struct _GthreeDiscreteInterpolant GthreeDiscreteInterpolant;

GthreeDiscreteInterpolantClass

typedef struct {
  GthreeInterpolantClass parent_class;
} GthreeDiscreteInterpolantClass;