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

Detailed Description

Definition at line 50 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)
 
 __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 62 of file DataTypes.py.

Member Function Documentation

◆ __repr__()

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

Definition at line 56 of file DataTypes.py.

◆ __str__()

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

Definition at line 59 of file DataTypes.py.

◆ from_list()

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

Definition at line 75 of file DataTypes.py.

◆ to_list()

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

Definition at line 80 of file DataTypes.py.

Member Data Documentation

◆ _fields_

list pyhelios.wrappers.DataTypes.int3._fields_
staticprotected

Definition at line 54 of file DataTypes.py.

◆ x

pyhelios.wrappers.DataTypes.int3.x = x

Definition at line 71 of file DataTypes.py.

◆ y

pyhelios.wrappers.DataTypes.int3.y = y

Definition at line 72 of file DataTypes.py.

◆ z

pyhelios.wrappers.DataTypes.int3.z = z

Definition at line 73 of file DataTypes.py.


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