|
#include <NurbsUtils.h>
Public Member Functions | |
array2 (size_t nRows, size_t nCols, T fillValue=0.0) | |
T | operator() (size_t row, size_t col) const |
T & | operator() (size_t row, size_t col) |
Private Attributes | |
size_t | rows |
size_t | cols |
std::vector< T > | data |
A simple class for representing 2D runtime arrays.
|
inline |
|
inline |
References NurbsUtils::array2< T >::cols, and NurbsUtils::array2< T >::data.
|
inline |
References NurbsUtils::array2< T >::cols, and NurbsUtils::array2< T >::data.
|
private |
Referenced by NurbsUtils::array2< T >::array2(), and NurbsUtils::array2< T >::operator()().
|
private |
Referenced by NurbsUtils::array2< T >::array2(), and NurbsUtils::array2< T >::operator()().
|
private |
Referenced by NurbsUtils::array2< T >::array2().