#include <I2D.h>
|
| static T ** | New2D (int m, int n, bool extra=false) |
| |
| static void | Delete2D (T **array) |
| |
template<typename T>
| static void I2D< T >::Delete2D |
( |
T ** |
array | ) |
|
|
inlinestatic |
template<typename T>
| virtual int I2D< T >::getM |
( |
| ) |
const |
|
pure virtual |
template<typename T>
| virtual int I2D< T >::getN |
( |
| ) |
const |
|
pure virtual |
template<typename T>
| virtual T* I2D< T >::getPtr1d |
( |
| ) |
|
|
pure virtual |
template<typename T>
| virtual T** I2D< T >::getPtr2d |
( |
| ) |
|
|
pure virtual |
template<typename T>
| static T** I2D< T >::New2D |
( |
int |
m, |
|
|
int |
n, |
|
|
bool |
extra = false |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file:
- /Volumes/ubuntu_share/lrauv-application/Source/data/I2D.h