Grid_2d class. More...
#include <grid_3d.h>
Public Member Functions | |
grid_2d (int width, int height) | |
Constructor. More... | |
Friends | |
class | grid_3d |
This class provides the basic interface for manipulating a 2D routing grid including edges capacities and demands.
ophidian::routing::grid_2d::grid_2d | ( | int | width, |
int | height | ||
) |
Grid 2d constructor. Initializes the 2D routing grid.
width | number of gcells in the x direction. |
height | number of gcells in the y direction. |