dicrg.hpp

namespace rg

Functions

bool is_valid_point(const int ss_x, const int ss_y, const subset::Grid &ss_grid)
Parameters:
  • x

  • y

  • px_hori

  • px_vert

  • ss_size

Returns:

true

Returns:

false

struct Point

Public Functions

inline Point(int _idx, double _val)
inline bool operator<(const Point &other) const

Public Members

int idx
double val