IDA C++ SDK 9.2
Loading...
Searching...
No Matches
point_t Struct Reference

Coordinate in a graph view. More...

#include <graph.hpp>

Public Member Functions

 point_t ()
 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)
 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

Detailed Description

Coordinate in a graph view.

Constructor & Destructor Documentation

◆ point_t() [1/3]

point_t::point_t ( )
inline

◆ point_t() [2/3]

point_t::point_t ( int _x,
int _y )
inline

◆ point_t() [3/3]

point_t::point_t ( const TPoint & p)
inline

Member Function Documentation

◆ add()

point_t & point_t::add ( const point_t & r)
inline

◆ sub()

point_t & point_t::sub ( const point_t & r)
inline

◆ div()

template<class T>
void point_t::div ( T d)
inline

◆ negate()

void point_t::negate ( void )
inline

◆ operator==()

bool point_t::operator== ( const point_t & r) const
inline

◆ operator!=()

bool point_t::operator!= ( const point_t & r) const
inline

◆ dstr()

const char *idaapi point_t::dstr ( void ) const

◆ print()

size_t idaapi point_t::print ( char * buf,
size_t bufsize ) const

Member Data Documentation

◆ x

int point_t::x = 0

◆ y

int point_t::y = 0

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