#include <GraphColoring.h>
|
| template<typename DynamicParticlesType , int32 N, bool bAllDynamic = false> |
| static CHAOS_API TArray< TArray< int32 > > | ComputeGraphColoringParticlesOrRange (const TArray< TVector< int32, N > > &Graph, const DynamicParticlesType &InParticles, const int32 GraphParticlesStart, const int32 GraphParticlesEnd) |
| |
| template<typename T , int32 N> |
| static TArray< TArray< int32 > > | ComputeGraphColoring (const TArray< TVector< int32, N > > &Graph, const TDynamicParticles< T, 3 > &InParticles, const int32 GraphParticlesStart, const int32 GraphParticlesEnd) |
| |
| template<typename T , int32 N> |
| static TArray< TArray< int32 > > | ComputeGraphColoring (const TArray< TVector< int32, N > > &Graph, const TDynamicParticles< T, 3 > &InParticles) |
| |
| template<typename DynamicParticlesType > |
| static TArray< TArray< int32 > > | ComputeGraphColoringAllDynamicParticlesOrRange (const TArray< TVec4< int32 > > &Graph, const DynamicParticlesType &InParticles, const int32 GraphParticlesStart, const int32 GraphParticlesEnd) |
| |
| template<typename T > |
| static TArray< TArray< int32 > > | ComputeGraphColoringAllDynamic (const TArray< TVec4< int32 > > &Graph, const Chaos::TDynamicParticles< T, 3 > &InParticles, const int32 GraphParticlesStart, const int32 GraphParticlesEnd) |
| |
| template<typename T > |
| static TArray< TArray< int32 > > | ComputeGraphColoringAllDynamic (const TArray< TVec4< int32 > > &Graph, const Chaos::TDynamicParticles< T, 3 > &InParticles) |
| |
◆ ComputeGraphColoring() [1/2]
◆ ComputeGraphColoring() [2/2]
◆ ComputeGraphColoringAllDynamic() [1/2]
◆ ComputeGraphColoringAllDynamic() [2/2]
◆ ComputeGraphColoringAllDynamicParticlesOrRange()
◆ ComputeGraphColoringParticlesOrRange() [1/2]
◆ ComputeGraphColoringParticlesOrRange() [2/2]
The documentation for this class was generated from the following files: