Proxy of C++ point_t class.  
|  | 
|  | __init__ (self, *args) | 
|  | init(self) -> point_t init(self, _x, _y) -> point_t 
 | 
|  | 
| "point_t &" | add (self, "point_t" r) | 
|  | add(self, r) -> point_t 
 | 
|  | 
| "point_t &" | sub (self, "point_t" r) | 
|  | sub(self, r) -> point_t 
 | 
|  | 
| "void" | negate (self) | 
|  | negate(self) 
 | 
|  | 
| "bool" | __eq__ (self, "point_t" r) | 
|  | eq(self, r) -> bool 
 | 
|  | 
| "bool" | __ne__ (self, "point_t" r) | 
|  | ne(self, r) -> bool 
 | 
|  | 
|  | 
| str | x = property(_ida_graph.point_t_x_get, _ida_graph.point_t_x_set, doc=) | 
|  | 
| str | y = property(_ida_graph.point_t_y_get, _ida_graph.point_t_y_set, doc=) | 
|  | 
|  | 
|  | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|  | 
◆ __init__()
      
        
          | __init__ | ( |  | self, | 
        
          |  |  | * | args ) | 
      
 
 
◆ __eq__()
      
        
          | "bool" __eq__ | ( |  | self, | 
        
          |  |  | "point_t" | r ) | 
      
 
 
◆ __ne__()
      
        
          | "bool" __ne__ | ( |  | self, | 
        
          |  |  | "point_t" | r ) | 
      
 
 
◆ add()
      
        
          | "point_t &" add | ( |  | self, | 
        
          |  |  | "point_t" | r ) | 
      
 
 
◆ negate()
◆ sub()
      
        
          | "point_t &" sub | ( |  | self, | 
        
          |  |  | "point_t" | r ) | 
      
 
 
  
  | 
        
          | str x = property(_ida_graph.point_t_x_get, _ida_graph.point_t_x_set, doc=) |  | static | 
 
 
  
  | 
        
          | str y = property(_ida_graph.point_t_y_get, _ida_graph.point_t_y_set, doc=) |  | static | 
 
 
◆ thisown
  
  | 
        
          | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |  | static | 
 
 
The documentation for this class was generated from the following file: