Struct

AgsSolverPath

Description

struct AgsSolverPath {
  guint nth_column;
  guint nth_row_a;
  guint nth_row_b;
}

No description available.

Structure members
nth_column

No description available.

nth_row_a

No description available.

nth_row_b

No description available.

Functions

ags_solver_path_alloc

Allocate AgsSolverPath-struct.

since: 6.7.1

Instance methods

ags_solver_path_copy

Create a copy of ptr.

since: 6.7.1

ags_solver_path_free

Free the memory of ptr.

since: 6.7.1

ags_solver_path_get_nth_column

Get nth-column of solver_path.

since: 6.7.1

ags_solver_path_get_nth_row_a

Get nth-row a of solver_path.

since: 6.7.1

ags_solver_path_get_nth_row_b

Get nth-row b of solver path.

since: 6.7.1

ags_solver_path_set_nth_column

Set nth-column of solver_path.

since: 6.7.1

ags_solver_path_set_nth_row_a

Set nth-row a of solver_path.

since: 6.7.1

ags_solver_path_set_nth_row_b

Set nth-row b of solver_path.

since: 6.7.1