Gwyddion – Free SPM (AFM, SNOM/NSOM, STM, MFM, …) data analysis software

GwySelectionGraph1DArea

GwySelectionGraph1DArea — Graph region selection

Synopsis

#include <libgwydgets/gwydgets.h>


                    GwySelectionGraph1DArea;
                    GwySelectionGraph1DAreaClass;
GwySelection*       gwy_selection_graph_1darea_new      (void);

Object Hierarchy

  GObject
   +----GwySelection
         +----GwySelectionGraph1DArea

Implemented Interfaces

GwySelectionGraph1DArea implements GwySerializable.

Description

GwySelectionGraph1DArea is used to represent horizontal or vertical graph region selections. Selection data consists of coordinate pairs (from, to).

GwySelectionGraph1DArea objects contain no orientation information, therefore they cannot be properly serialized and should not be used.

Details

GwySelectionGraph1DArea

typedef struct _GwySelectionGraph1DArea GwySelectionGraph1DArea;

GwySelectionGraph1DAreaClass

typedef struct {
    GwySelectionClass parent_class;
} GwySelectionGraph1DAreaClass;

gwy_selection_graph_1darea_new ()

GwySelection*       gwy_selection_graph_1darea_new      (void);

Creates a new 1darea-wise graph selection.

Returns :

A new selection object.

Since 2.1

© David Nečas and Petr Klapetek

Home Download News Features Screenshots Documentation Communicate Participate Resources Applications Site Map

Valid XHTML 1.0 Valid CSS