
Public Member Functions | |
| LexicoArray2 (Real *matrix) | |
| int | GetNumRows () const |
| int | GetNumCols () const |
| Real & | operator() (int r, int c) |
| Real const & | operator() (int r, int c) const |
Private Attributes | |
| Real * | mMatrix |
File: NECore/DataTypes/NeLexicoArray2.inl
Author:
Email:
Site:
Copyright (c) 2016 . All rights reserved.
Definition at line 13 of file NeLexicoArray2.inl.
|
inline |
Definition at line 114 of file NeLexicoArray2.inl.
|
inline |
Definition at line 121 of file NeLexicoArray2.inl.
|
inline |
Definition at line 127 of file NeLexicoArray2.inl.
Definition at line 133 of file NeLexicoArray2.inl.
Definition at line 139 of file NeLexicoArray2.inl.
|
private |
Definition at line 24 of file NeLexicoArray2.inl.