LOOS 4.1.0
The Lightweight Object Oriented Structural analysis library/toolkit
|
Encapsulates an i,j-plane from an DensityGrid. More...
#include <DensityGrid.hpp>
Public Member Functions | |
DensityGridPlane (const long i, DensityGrid< T > &g) | |
DensityGridRow< T > | operator[] (const int j) |
Encapsulates an i,j-plane from an DensityGrid.
This class indexes an i,j-plane by row, returning an DensityGridRow object. This allows access to elements in the plane through using two operator[] calls, i.e. a_grid[row][col]