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

Detailed Description

Definition at line 54 of file DataTypes.py.

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

Public Member Functions

str __repr__ (self)
 
str __str__ (self)
 
 __new__ (cls, x=None, y=None, z=None)
 Create only pass cls to prevent TypeError on Windows.
 
 __init__ (self, int x=0, int y=0, int z=0)
 
 from_list (self, List[int] input_list)
 
List[int] to_list (self)
 

Public Attributes

 x = x
 
 y = y
 
 z = z
 

Static Protected Attributes

list _fields_
 

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 70 of file DataTypes.py.

Member Function Documentation

◆ __new__()

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

Create only pass cls to prevent TypeError on Windows.

Definition at line 67 of file DataTypes.py.

◆ __repr__()

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

Definition at line 60 of file DataTypes.py.

◆ __str__()

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

Definition at line 63 of file DataTypes.py.

◆ from_list()

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

Definition at line 83 of file DataTypes.py.

◆ to_list()

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

Definition at line 88 of file DataTypes.py.

Member Data Documentation

◆ _fields_

list pyhelios.wrappers.DataTypes.int3._fields_
staticprotected

Definition at line 58 of file DataTypes.py.

◆ x

pyhelios.wrappers.DataTypes.int3.x = x

Definition at line 79 of file DataTypes.py.

◆ y

pyhelios.wrappers.DataTypes.int3.y = y

Definition at line 80 of file DataTypes.py.

◆ z

pyhelios.wrappers.DataTypes.int3.z = z

Definition at line 81 of file DataTypes.py.


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