Ags.SolverPath

Fields

Name

Type

Access

Description

nth_column

int

r/w

nth_row_a

int

r/w

nth_row_b

int

r/w

Methods

class

alloc (nth_column, nth_row_a, nth_row_b)

copy ()

free ()

get_nth_column ()

get_nth_row_a ()

get_nth_row_b ()

set_nth_column (nth_column)

set_nth_row_a (nth_row_a)

set_nth_row_b (nth_row_b)

Details

class Ags.SolverPath
classmethod alloc(nth_column, nth_row_a, nth_row_b)
Parameters:
  • nth_column (int) – the nth-column

  • nth_row_a (int) – nth-row a

  • nth_row_b (int) – nth-row b

Returns:

a new Ags.SolverPath-struct

Return type:

Ags.SolverPath

Allocate Ags.SolverPath-struct

New in version 6.7.1.

copy()
Returns:

a pointer of the new Ags.SolverPath-struct

Return type:

object or None

Create a copy of self.

New in version 6.7.1.

free()

Free the memory of self.

New in version 6.7.1.

get_nth_column()
Returns:

nth-column as unsigned integer

Return type:

int

Get nth-column of self.

New in version 6.7.1.

get_nth_row_a()
Returns:

nth-row a as unsigned integer

Return type:

int

Get nth-row a of self.

New in version 6.7.1.

get_nth_row_b()
Returns:

nth-row b as unsigned integer

Return type:

int

Get nth-row b of solver path.

New in version 6.7.1.

set_nth_column(nth_column)
Parameters:

nth_column (int) – the nth-column to set

Set nth-column of self.

New in version 6.7.1.

set_nth_row_a(nth_row_a)
Parameters:

nth_row_a (int) – the nth-row a to set

Set nth-row a of self.

New in version 6.7.1.

set_nth_row_b(nth_row_b)
Parameters:

nth_row_b (int) – the nth-row b to set

Set nth-row b of self.

New in version 6.7.1.