TUniformGrid< T, 3 >

Windows
MacOS
Linux

Inheritance Hierarchy

TUniformGridBase

TUniformGrid< T, 3 >

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/UniformGrid.h

Include

#include "Chaos/UniformGrid.h"

Syntax

template<class T>
class TUniformGrid< T, 3 > : public Chaos::TUniformGridBase< T, 3 >

Functions

Name Description

Public function

 

~TUniformGrid()

Public function Const

TVector< T, ...

 

Center

(
    const int32 Index
)

Public function Const

TVector< T, ...

 

Clamp

(
    const TVector< T, 3 >& X
)

Public function Const

TVector< int...

 

ClampIndex

(
    const TVector< int32, 3 >& Index
)

Public function Const

TVector< T, ...

 

ClampMinusHalf

(
    const TVector< T, 3 >& X
)

Public function Const

Pair< int32,...

 

GetFaceIndex

(
    int32 Index
)

Public function Const

TVector< int...

 

GetIndex

(
    const int32 Index
)

Public function Const

int32

 

GetNumFaces()

Public function Const

bool

 

IsValid

(
    const TVector< int32, 3 >& X
)

Public function

 

TUniformGrid()

Public function

 

TUniformGrid

(
    std::istream& Stream
)

Public function

 

TUniformGrid

(
    const TVector< T, 3 >& MinCorner,
    const TVector< T, 3 >& MaxCorner,
    const TVector< int32, 3 >& Cells,
    const uint32 GhostCells
)

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