Array2D< T > Class Template Reference
#include <VolSim.h>
Public Member Functions | |
| Array2D () | |
| void | Init (int x, int y) |
| T * | operator[] (int i) |
| ~Array2D () | |
Constructor & Destructor Documentation
◆ Array2D()
◆ ~Array2D()
Member Function Documentation
◆ Init()
template<class T >
| void Array2D< T >::Init | ( | int | x, |
| int | y | ||
| ) |
Referenced by cStock::cStock().
◆ operator[]()
template<class T >
| T* Array2D< T >::operator[] | ( | int | i | ) |
The documentation for this class was generated from the following file:
- src/Mod/Path/PathSimulator/App/VolSim.h
1.8.17