|
| | TVVVec () |
| |
| | TVVVec (const TVVVec &Vec) |
| |
| | TVVVec (const int &_XDim, const int &_YDim, const int &_ZDim) |
| |
| | TVVVec (TSIn &SIn) |
| |
| void | Save (TSOut &SOut) const |
| |
| TVVVec< TVal > & | operator= (const TVVVec< TVal > &Vec) |
| |
| bool | operator== (const TVVVec &Vec) const |
| |
| bool | Empty () const |
| |
| void | Clr () |
| |
| void | Gen (const int &_XDim, const int &_YDim, const int &_ZDim) |
| |
| TVal & | At (const int &X, const int &Y, const int &Z) |
| |
| const TVal & | At (const int &X, const int &Y, const int &Z) const |
| |
| TVal & | operator() (const int &X, const int &Y, const int &Z) |
| |
| const TVal & | operator() (const int &X, const int &Y, const int &Z) const |
| |
| int | GetXDim () const |
| |
| int | GetYDim () const |
| |
| int | GetZDim () const |
| |
template<class TVal>
class TVVVec< TVal >
Definition at line 2296 of file ds.h.