Module pypcsim :: Class GridPoint3D
[hide private]
[frames] | no frames]

Class GridPoint3D

 object --+    
          |    
??.instance --+
              |
             GridPoint3D

Help on Point3D [class]:

Instance Methods [hide private]
 
__add__(...)
 
__eq__(...)
 
__iadd__(...)
 
__init__(...)
Help on Point3D<int>::Point3D(int x, int y, int z) [constructor]
 
__isub__(...)
 
__sub__(...)
 
abs(...)
Help on double Point3D<int>::abs() const [member function]
 
distance(...)
Help on double Point3D<int>::distance(Point3D<int> const & other) const [member function]
 
set(...)
Help on void Point3D<int>::set(int x, int y, int z) [member function]
 
sqr_abs(...)
Help on int Point3D<int>::sqr_abs() const [member function]
 
sqr_distance(...)
Help on int Point3D<int>::sqr_distance(Point3D<int> const & other) const [member function]
 
x(...)
Help on int Point3D<int>::x() const [member function]
 
y(...)
Help on int Point3D<int>::y() const [member function]
 
z(...)
Help on int Point3D<int>::z() const [member function]

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  __instance_size__ = 24
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on Point3D<int>::Point3D(int x, int y, int z) [constructor]

Help on Point3D<int>::Point3D() [constructor]

Overrides: object.__init__

x(...)

 

Help on int Point3D<int>::x() const [member function]

Help on void Point3D<int>::x(int const & xc) [member function]

y(...)

 

Help on int Point3D<int>::y() const [member function]

Help on void Point3D<int>::y(int const & yc) [member function]

z(...)

 

Help on int Point3D<int>::z() const [member function]

Help on void Point3D<int>::z(int const & zc) [member function]