|
| FORCEINLINE | TArrayND () |
| |
| template<typename U > |
| FORCEINLINE | TArrayND (const TUniformGrid< U, 3 > &Grid, bool NodeValues=false) |
| |
| FORCEINLINE | TArrayND (const TVec3< int32 > &Counts) |
| |
| FORCEINLINE | TArrayND (const TVec3< int32 > &Counts, const TArray< T > &Array) |
| |
| FORCEINLINE | TArrayND (const TArrayND< T, 3 > &Other)=delete |
| |
| FORCEINLINE | TArrayND (TArrayND< T, 3 > &&Other) |
| |
| FORCEINLINE TArrayND< T, 3 > & | operator= (const TArrayND< T, 3 > &Other) |
| |
| FORCEINLINE TArrayND< T, 3 > & | operator= (TArrayND< T, 3 > &&Other) |
| |
| FORCEINLINE T & | operator() (const TVec3< int32 > &Index) |
| |
| FORCEINLINE const T & | operator() (const TVec3< int32 > &Index) const |
| |
| FORCEINLINE T & | operator() (const int32 &x, const int32 &y, const int32 &z) |
| |
| FORCEINLINE const T & | operator() (const int32 &x, const int32 &y, const int32 &z) const |
| |
| FORCEINLINE void | SetCounts (const TVector< int32, 3 > &Counts) |
| |
| template<typename U > |
| FORCEINLINE void | SetCounts (const TUniformGrid< U, 3 > &Grid, bool NodeValues=false) |
| |
| FORCEINLINE | TArrayNDBase () |
| |
| FORCEINLINE | TArrayNDBase (const TVector< int32, d > &Counts, const TArray< T > &Array) |
| |
| FORCEINLINE | TArrayNDBase (const TArrayNDBase< TArrayND< T, 3 >, T, d > &Other)=delete |
| |
| FORCEINLINE | TArrayNDBase (TArrayNDBase< TArrayND< T, 3 >, T, d > &&Other) |
| |
| void | Serialize (FArchive &Ar) |
| |
| void | Serialize (FChaosArchive &Ar) |
| |
| FORCEINLINE TArrayNDBase< TArrayND< T, 3 >, T, d > & | operator= (const TArrayNDBase< TArrayND< T, 3 >, T, d > &Other) |
| |
| FORCEINLINE TArrayNDBase< TArrayND< T, 3 >, T, d > & | operator= (TArrayNDBase< TArrayND< T, 3 >, T, d > &&Other) |
| |
| FORCEINLINE TArrayND< T, 3 > | Copy () const |
| |
| FORCEINLINE void | Copy (const TArrayNDBase< TArrayND< T, 3 >, T, d > &Source) |
| |
| FORCEINLINE void | Fill (const T &Value) |
| |
| FORCEINLINE const T & | operator[] (const int32 i) const |
| |
| FORCEINLINE T & | operator[] (const int32 i) |
| |
| FORCEINLINE int32 | Num () const |
| |
| FORCEINLINE TVector< int32, d > | Counts () const |
| |
| FORCEINLINE void | Reset () |
| |
| FORCEINLINE T * | GetData () |
| |
| FORCEINLINE const T * | GetData () const |
| |