TUniformGrid

Windows
MacOS
Linux

Inheritance Hierarchy

TUniformGridBase

TUniformGrid

References

Module

Chaos

Header

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

Include

#include "Chaos/UniformGrid.h"

Syntax

template<class T, int d>
class TUniformGrid : public Chaos::TUniformGridBase< T, d >

Specializations

Constructors

Name Description

Public function

TUniformGrid()

Public function

TUniformGrid

(
    std::istream& Stream
)

Public function

TUniformGrid

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

Destructors

Name Description

Public function

~TUniformGrid()

Functions

Name Description

Public function Const

TVector< T, ...

 

Center

(
    const int32 Index
)

Public function Const

TVector< T, ...

 

Clamp

(
    const TVector< T, d >& X
)

Public function Const

TVector< int...

 

ClampIndex

(
    const TVector< int32, d >& Index
)

Public function Const

TVector< T, ...

 

ClampMinusHalf

(
    const TVector< T, d >& X
)

Public function Const

TVector< int...

 

GetIndex

(
    const int32 Index
)

Public function Const

bool

 

IsValid

(
    const TVector< int32, d >& X
)

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