Navigation
API > API/Runtime > API/Runtime/Chaos
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Chaos::ComputeWeakConstraintsColoring
(
const TArray< TArray< int32 > >& Indices, |
Chaos/GraphColoring.h | ||
| Non-template overloads taking particle count directly (for use with FSolverParticlesRange) Use this version if Indices and SecondIndices point to the same particles | Chaos/GraphColoring.h | ||
| Use this version if Indices and SecondIndices point to different particles, correspondingly. | Chaos/GraphColoring.h |
Chaos::ComputeWeakConstraintsColoring(const TArray< TArray< int32 > > &, const TArray< TArray< int32 > > &, const Chaos::TDynamicParticles< T, 3 > &, TArray< TArray< int32 > > &)
| Name | Chaos::ComputeWeakConstraintsColoring |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/GraphColoring.h |
| Include Path | #include "Chaos/GraphColoring.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/GraphColoring.cpp |
namespace Chaos
{
template<typename T>
void Chaos::ComputeWeakConstraintsColoring
(
const TArray < TArray < int32 > > & Indices,
const TArray < TArray < int32 > > & SecondIndices,
const Chaos::TDynamicParticles < T, 3 > & InParticles,
TArray < TArray < int32 > > & ConstraintsPerColor
)
}
Chaos::ComputeWeakConstraintsColoring(const TArray< TArray< int32 > > &, const TArray< TArray< int32 > > &, int32, TArray< TArray< int32 > > &)
Description
Non-template overloads taking particle count directly (for use with FSolverParticlesRange) Use this version if Indices and SecondIndices point to the same particles
| Name | Chaos::ComputeWeakConstraintsColoring |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/GraphColoring.h |
| Include Path | #include "Chaos/GraphColoring.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/GraphColoring.cpp |
namespace Chaos
{
void Chaos::ComputeWeakConstraintsColoring
(
const TArray < TArray < int32 > > & Indices,
const TArray < TArray < int32 > > & SecondIndices,
int32 NumParticles,
TArray < TArray < int32 > > & ConstraintsPerColor
)
}
Chaos::ComputeWeakConstraintsColoring(const TArray< TArray< int32 > > &, const TArray< TArray< int32 > > &, int32, int32, TArray< TArray< int32 > > &)
Description
Use this version if Indices and SecondIndices point to different particles, correspondingly.
| Name | Chaos::ComputeWeakConstraintsColoring |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/GraphColoring.h |
| Include Path | #include "Chaos/GraphColoring.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/GraphColoring.cpp |
namespace Chaos
{
void Chaos::ComputeWeakConstraintsColoring
(
const TArray < TArray < int32 > > & Indices,
const TArray < TArray < int32 > > & SecondIndices,
int32 NumParticles,
int32 NumSecondParticles,
TArray < TArray < int32 > > & ConstraintsPerColor
)
}