0.1.8
Loading...
Searching...
No Matches
pyhelios.wrappers.DataTypes.int4 Class Reference

Detailed Description

Definition at line 85 of file DataTypes.py.

+ Inheritance diagram for pyhelios.wrappers.DataTypes.int4:
+ Collaboration diagram for pyhelios.wrappers.DataTypes.int4:

Public Member Functions

str __repr__ (self)
 
str __str__ (self)
 
 __init__ (self, int x=0, int y=0, int z=0, int w=0)
 
 from_list (self, List[int] input_list)
 
List[int] to_list (self)
 

Public Attributes

 x = x
 
 y = y
 
 z = z
 
 w = w
 

Static Protected Attributes

list _fields_
 

Constructor & Destructor Documentation

◆ __init__()

pyhelios.wrappers.DataTypes.int4.__init__ ( self,
int x = 0,
int y = 0,
int z = 0,
int w = 0 )

Definition at line 97 of file DataTypes.py.

Member Function Documentation

◆ __repr__()

str pyhelios.wrappers.DataTypes.int4.__repr__ ( self)

Definition at line 91 of file DataTypes.py.

◆ __str__()

str pyhelios.wrappers.DataTypes.int4.__str__ ( self)

Definition at line 94 of file DataTypes.py.

◆ from_list()

pyhelios.wrappers.DataTypes.int4.from_list ( self,
List[int] input_list )

Definition at line 113 of file DataTypes.py.

◆ to_list()

List[int] pyhelios.wrappers.DataTypes.int4.to_list ( self)

Definition at line 119 of file DataTypes.py.

Member Data Documentation

◆ _fields_

list pyhelios.wrappers.DataTypes.int4._fields_
staticprotected

Definition at line 89 of file DataTypes.py.

◆ w

pyhelios.wrappers.DataTypes.int4.w = w

Definition at line 111 of file DataTypes.py.

◆ x

pyhelios.wrappers.DataTypes.int4.x = x

Definition at line 108 of file DataTypes.py.

◆ y

pyhelios.wrappers.DataTypes.int4.y = y

Definition at line 109 of file DataTypes.py.

◆ z

pyhelios.wrappers.DataTypes.int4.z = z

Definition at line 110 of file DataTypes.py.


The documentation for this class was generated from the following file: