PyHelios 0.1.11
Loading...
Searching...
No Matches
pyhelios.wrappers.DataTypes.int4 Class Reference

Detailed Description

Definition at line 93 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)
 
 __new__ (cls, x=None, y=None, z=None, w=None)
 Create only pass cls to prevent TypeError on Windows.
 
 __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 109 of file DataTypes.py.

Member Function Documentation

◆ __new__()

pyhelios.wrappers.DataTypes.int4.__new__ ( cls,
x = None,
y = None,
z = None,
w = None )

Create only pass cls to prevent TypeError on Windows.

Definition at line 106 of file DataTypes.py.

◆ __repr__()

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

Definition at line 99 of file DataTypes.py.

◆ __str__()

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

Definition at line 102 of file DataTypes.py.

◆ from_list()

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

Definition at line 125 of file DataTypes.py.

◆ to_list()

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

Definition at line 131 of file DataTypes.py.

Member Data Documentation

◆ _fields_

list pyhelios.wrappers.DataTypes.int4._fields_
staticprotected

Definition at line 97 of file DataTypes.py.

◆ w

pyhelios.wrappers.DataTypes.int4.w = w

Definition at line 123 of file DataTypes.py.

◆ x

pyhelios.wrappers.DataTypes.int4.x = x

Definition at line 120 of file DataTypes.py.

◆ y

pyhelios.wrappers.DataTypes.int4.y = y

Definition at line 121 of file DataTypes.py.

◆ z

pyhelios.wrappers.DataTypes.int4.z = z

Definition at line 122 of file DataTypes.py.


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