Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | TMPMGrid |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/UniformGrid.h |
| Include Path | #include "Chaos/UniformGrid.h" |
Syntax
template<class T>
class TMPMGrid : public Chaos::TUniformGridBase< T, 3 >
Inheritance Hierarchy
- TUniformGridBase → TMPMGrid
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TMPMGrid
(
const T GridDx |
Chaos/UniformGrid.h | ||
TMPMGrid () |
Chaos/UniformGrid.h | ||
TMPMGrid
(
const int32 GridN |
Chaos/UniformGrid.h | ||
| Chaos/UniformGrid.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~TMPMGrid() |
Chaos/UniformGrid.h |
Enums
Public
| Name | Remarks |
|---|---|
| InterpType |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| interp | InterpType | Chaos/UniformGrid.h | ||
| NPerDir | uint32 | Chaos/UniformGrid.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Chaos/UniformGrid.h | |||
T dNijk
(
T w, |
Chaos/UniformGrid.h | ||
int32 FlatIndex
(
const TVector< int32, 3 >& Index |
Chaos/UniformGrid.h | ||
const TVector< int32, 3 > GetCells() |
Chaos/UniformGrid.h | ||
const TVector< T, 3 > & GetDx() |
Chaos/UniformGrid.h | ||
const TVector< T, 3 > GetMinCorner() |
Chaos/UniformGrid.h | ||
| Chaos/UniformGrid.h | |||
TVector< int32, 3 > Lin2MultiIndex
(
const int32 IndexIn |
Chaos/UniformGrid.h | ||
int32 Loc2GlobIndex
(
const int32 IndexIn, |
Chaos/UniformGrid.h | ||
TVector< int32, 3 > Loc2GlobIndex
(
const TVector< int32, 3 >& IndexIn, |
Chaos/UniformGrid.h | ||
T Nijk
(
T w, |
Chaos/UniformGrid.h | ||
| Chaos/UniformGrid.h | |||
| Chaos/UniformGrid.h | |||
void SetDx
(
const TVector< T, 3 > DxIn |
Chaos/UniformGrid.h | ||
void SetInterp
(
InterpType InterpIn |
Chaos/UniformGrid.h | ||
int32 Size() |
Chaos/UniformGrid.h | ||
void UpdateGridFromPositions
(
const Chaos::TDynamicParticles< T, 3 >& InParticles |
Chaos/UniformGrid.h |