ArvGcFloat

ArvGcFloat — Float interface

Synopsis

                    ArvGcFloat;
double              arv_gc_float_get_value              (ArvGcFloat *gc_float);
void                arv_gc_float_set_value              (ArvGcFloat *gc_float,
                                                         double value);
double              arv_gc_float_get_min                (ArvGcFloat *gc_float);
double              arv_gc_float_get_max                (ArvGcFloat *gc_float);
double              arv_gc_float_get_inc                (ArvGcFloat *gc_float);
const char *        arv_gc_float_get_unit               (ArvGcFloat *gc_float);
void                arv_gc_float_impose_min             (ArvGcFloat *gc_float,
                                                         double minimum);
void                arv_gc_float_impose_max             (ArvGcFloat *gc_float,
                                                         double maximum);

Object Hierarchy

  GInterface
   +----ArvGcFloat

Prerequisites

ArvGcFloat requires GObject.

Known Implementations

ArvGcFloat is implemented by ArvGcConverter, ArvGcFloatNode, ArvGcRegisterNode and ArvGcSwissKnife.

Description

Details

ArvGcFloat

typedef struct _ArvGcFloat ArvGcFloat;

arv_gc_float_get_value ()

double              arv_gc_float_get_value              (ArvGcFloat *gc_float);

arv_gc_float_set_value ()

void                arv_gc_float_set_value              (ArvGcFloat *gc_float,
                                                         double value);

arv_gc_float_get_min ()

double              arv_gc_float_get_min                (ArvGcFloat *gc_float);

arv_gc_float_get_max ()

double              arv_gc_float_get_max                (ArvGcFloat *gc_float);

arv_gc_float_get_inc ()

double              arv_gc_float_get_inc                (ArvGcFloat *gc_float);

arv_gc_float_get_unit ()

const char *        arv_gc_float_get_unit               (ArvGcFloat *gc_float);

arv_gc_float_impose_min ()

void                arv_gc_float_impose_min             (ArvGcFloat *gc_float,
                                                         double minimum);

arv_gc_float_impose_max ()

void                arv_gc_float_impose_max             (ArvGcFloat *gc_float,
                                                         double maximum);