#include <coordinates.h>
Inherits _Coordinate< D >.
Public Member Functions | |
Size () | |
Size (int x) | |
Size (int x, int y) | |
Size (int x, int y, int z) | |
Size (int x, int y, int z, int a) | |
Size (int x, int y, int z, int a, int b) | |
Size (int x, int y, int z, int a, int b, int c) | |
void | operator() (const From< D > &pos) |
void | min (const Size< D > &o) |
template<int R> | |
void | takeFrom (const Size< R > &from) |
Definition at line 235 of file coordinates.h.
Definition at line 238 of file coordinates.h.
Definition at line 239 of file coordinates.h.
Definition at line 240 of file coordinates.h.
Definition at line 241 of file coordinates.h.
Definition at line 242 of file coordinates.h.
Definition at line 243 of file coordinates.h.
Definition at line 244 of file coordinates.h.
Will take the intersection of the two size boxes
Definition at line 266 of file coordinates.h.
Calculates the maximum size a subarray can have when we start at position pos
Definition at line 252 of file coordinates.h.
Definition at line 272 of file coordinates.h.