TArrayND< T, 3 >

Windows
MacOS
Linux

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

Name Description

Public function

 

TArrayND()

Public function

 

TArrayND

(
    const TUniformGrid< float, 3 >& gr...
)

Public function

 

TArrayND

(
    const TVector< int32, 3 >& Counts
)

Public function

 

TArrayND

(
    const TArrayND< T, 3 >& Other
)

Public function

 

TArrayND

(
    TArrayND< T, 3 >&& Other
)

Public function

 

TArrayND

(
    std::istream& Stream
)

Public function

 

TArrayND

(
    const TVector< int32, 3 >& Counts,
    const TArray< T >& Array
)

Operators

Name Description

Public function

T &

 

operator()

(
    const TVector< int32, 3 >& Index
)

Public function Const

const T &

 

operator()

(
    const TVector< int32, 3 >& Index
)

Public function

T &

 

operator()

(
    const int32& x,
    const int32& y,
    const int32& z
)

Public function Const

const T &

 

operator()

(
    const int32& x,
    const int32& y,
    const int32& z
)

Public function

TArrayND< T,...

 

operator=

(
    const TArrayND< T, 3 >& Other
)

Public function

TArrayND< T,...

 

operator=

(
    TArrayND< T, 3 >&& Other
)

Typedefs

Name

Description

Base

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss