|
IDA C++ SDK 9.2
|
Coordinate in a graph view. More...
#include <graph.hpp>
Public Member Functions | |
| point_t () | |
| point_t (int _x, int _y) | |
| point_t & | add (const point_t &r) |
| point_t & | sub (const point_t &r) |
| template<class T> | |
| void | div (T d) |
| void | negate (void) |
| point_t (const TPoint &p) | |
| 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 |
Coordinate in a graph view.
|
inline |
|
inline |
|
inline |
|
inline |
| const char *idaapi point_t::dstr | ( | void | ) | const |
| size_t idaapi point_t::print | ( | char * | buf, |
| size_t | bufsize ) const |
| int point_t::x = 0 |
| int point_t::y = 0 |