Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/Chaos
Inheritance Hierarchy
- TArrayNDBase
- TArrayND< T, 3 >
References
| Module | ChaosCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/ArrayND.h |
| Include | #include "Chaos/ArrayND.h" |
Syntax
template<class T>
class TArrayND< T, 3 > : public Chaos::TArrayNDBase< TArrayND< T, 3 >, T, 3 >
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | SetCounts
(
const TUniformGrid< U, 3 >& Grid, |
||
TArrayND () |
|||
TArrayND
(
const TUniformGrid< U, 3 >& Grid, |
|||
Operators
| Type | Name | Description | |
|---|---|---|---|
| T & | operator()
(
const TVec3< int32 >& Index |
||
| const T & | operator()
(
const TVec3< int32 >& Index |
||
| T & | operator()
(
const int32& x, |
||
| const T & | operator()
(
const int32& x, |
||
| TArrayND< T, 3 > & | |||
| TArrayND< T, 3 > & |
Typedefs
| Name | Description |
|---|---|
| Base |