Ags.SolverPath¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
nth_column |
r/w |
||
nth_row_a |
r/w |
||
nth_row_b |
r/w |
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
Details¶
- class Ags.SolverPath¶
- classmethod alloc(nth_column, nth_row_a, nth_row_b)¶
- Parameters:
- Returns:
a new
Ags.SolverPath
-struct- Return type:
Allocate
Ags.SolverPath
-structNew in version 6.7.1.
- copy()¶
- Returns:
a pointer of the new
Ags.SolverPath
-struct- Return type:
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:
Get nth-column of self.
New in version 6.7.1.
- get_nth_row_a()¶
- Returns:
nth-row a as unsigned integer
- Return type:
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:
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.