Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon

Coordinate in a graph view. More...

#include <graph.hpp>

Public Member Functions

 point_t (int _x, int _y)
 
point_tadd (const point_t &r)
 
point_tsub (const point_t &r)
 
template<class T >
void div (T d)
 
void negate (void)
 
bool operator== (const point_t &r) const
 
bool operator!= (const point_t &r) const
 
const char *idaapi dstr (void) const
 
size_t idaapi print (char *buf, size_t bufsize) const
 

Public Attributes

int x = 0
 
int y = 0
 

Detailed Description

Coordinate in a graph view.


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