| 
    SNAP Library 2.3, Developer Reference
    2014-06-16 11:58:46
    
   SNAP, a general purpose, high performance system for analysis and manipulation of large networks 
   | 
 
#include <ds.h>

Public Member Functions | |
| 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 | 
Private Attributes | |
| TInt | XDim | 
| TInt | YDim | 
| TInt | ZDim | 
| TVec< TVal > | ValV | 
      
  | 
  inline | 
Definition at line 3295 of file ds.h.
References TVVVec< TVal >::Gen().

      
  | 
  inline | 
Definition at line 3315 of file ds.h.
References Assert, TVVVec< TVal >::ValV, TVVVec< TVal >::XDim, TVVVec< TVal >::YDim, and TVVVec< TVal >::ZDim.
Referenced by TVVVec< TVal >::operator()().

      
  | 
  inline | 
Definition at line 3318 of file ds.h.
References Assert, TVVVec< TVal >::ValV, TVVVec< TVal >::XDim, TVVVec< TVal >::YDim, and TVVVec< TVal >::ZDim.
      
  | 
  inline | 
Definition at line 3311 of file ds.h.
References TVec< TVal, TSizeTy >::Clr(), TVVVec< TVal >::ValV, TVVVec< TVal >::XDim, TVVVec< TVal >::YDim, and TVVVec< TVal >::ZDim.

      
  | 
  inline | 
Definition at line 3310 of file ds.h.
References TVec< TVal, TSizeTy >::Len(), and TVVVec< TVal >::ValV.

      
  | 
  inline | 
Definition at line 3312 of file ds.h.
References Assert, TVec< TVal, TSizeTy >::Gen(), TVVVec< TVal >::ValV, TVVVec< TVal >::XDim, TVVVec< TVal >::YDim, and TVVVec< TVal >::ZDim.
Referenced by TVVVec< TVal >::TVVVec().


      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 3321 of file ds.h.
References TVVVec< TVal >::At().

      
  | 
  inline | 
Definition at line 3323 of file ds.h.
References TVVVec< TVal >::At().

Definition at line 3302 of file ds.h.
References TVVVec< TVal >::ValV, TVVVec< TVal >::XDim, TVVVec< TVal >::YDim, and TVVVec< TVal >::ZDim.
Definition at line 3306 of file ds.h.
References TVVVec< TVal >::ValV, TVVVec< TVal >::XDim, TVVVec< TVal >::YDim, and TVVVec< TVal >::ZDim.
Definition at line 3299 of file ds.h.
References TVec< TVal, TSizeTy >::Save(), TInt::Save(), TVVVec< TVal >::ValV, TVVVec< TVal >::XDim, TVVVec< TVal >::YDim, and TVVVec< TVal >::ZDim.

Definition at line 3290 of file ds.h.
Referenced by TVVVec< TVal >::At(), TVVVec< TVal >::Clr(), TVVVec< TVal >::Empty(), TVVVec< TVal >::Gen(), TVVVec< TVal >::operator=(), TVVVec< TVal >::operator==(), and TVVVec< TVal >::Save().
Definition at line 3289 of file ds.h.
Referenced by TVVVec< TVal >::At(), TVVVec< TVal >::Clr(), TVVVec< TVal >::Gen(), TVVVec< TVal >::GetXDim(), TVVVec< TVal >::operator=(), TVVVec< TVal >::operator==(), and TVVVec< TVal >::Save().
Definition at line 3289 of file ds.h.
Referenced by TVVVec< TVal >::At(), TVVVec< TVal >::Clr(), TVVVec< TVal >::Gen(), TVVVec< TVal >::GetYDim(), TVVVec< TVal >::operator=(), TVVVec< TVal >::operator==(), and TVVVec< TVal >::Save().
Definition at line 3289 of file ds.h.
Referenced by TVVVec< TVal >::At(), TVVVec< TVal >::Clr(), TVVVec< TVal >::Gen(), TVVVec< TVal >::GetZDim(), TVVVec< TVal >::operator=(), TVVVec< TVal >::operator==(), and TVVVec< TVal >::Save().