LOOS 4.1.0
The Lightweight Object Oriented Structural analysis library/toolkit
|
Encapsulates a j-row from an DensityGrid. More...
#include <DensityGrid.hpp>
Public Member Functions | |
DensityGridRow (const long i, DensityGrid< T > &g) | |
T & | operator[] (const int i) |
Encapsulates a j-row from an DensityGrid.
This class allows you to access individual columns from the row via operator[]. Only meant to be used in conjunction with DensityGridPlane.