LOOS 4.1.0
The Lightweight Object Oriented Structural analysis library/toolkit
Loading...
Searching...
No Matches
Public Member Functions | List of all members
loos::DensityTools::DensityGridPlane< T > Class Template Reference

Encapsulates an i,j-plane from an DensityGrid. More...

#include <DensityGrid.hpp>

Public Member Functions

 DensityGridPlane (const long i, DensityGrid< T > &g)
 
DensityGridRow< Toperator[] (const int j)
 

Detailed Description

template<class T>
class loos::DensityTools::DensityGridPlane< T >

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]


The documentation for this class was generated from the following file: