Definition at line 85 of file DataTypes.py.
◆ __init__()
pyhelios.wrappers.DataTypes.int4.__init__ |
( |
| self, |
|
|
int | x = 0, |
|
|
int | y = 0, |
|
|
int | z = 0, |
|
|
int | w = 0 ) |
◆ __repr__()
str pyhelios.wrappers.DataTypes.int4.__repr__ |
( |
| self | ) |
|
◆ __str__()
str pyhelios.wrappers.DataTypes.int4.__str__ |
( |
| self | ) |
|
◆ from_list()
pyhelios.wrappers.DataTypes.int4.from_list |
( |
| self, |
|
|
List[int] | input_list ) |
◆ to_list()
List[int] pyhelios.wrappers.DataTypes.int4.to_list |
( |
| self | ) |
|
◆ _fields_
list pyhelios.wrappers.DataTypes.int4._fields_ |
|
staticprotected |
pyhelios.wrappers.DataTypes.int4.w = w |
pyhelios.wrappers.DataTypes.int4.x = x |
pyhelios.wrappers.DataTypes.int4.y = y |
pyhelios.wrappers.DataTypes.int4.z = z |
The documentation for this class was generated from the following file: