PhysicsBasedAnimationToolkit 0.0.10
Cross-platform C++20 library of algorithms and data structures commonly used in computer graphics research on physically-based simulation.
|
Enums for graph algorithms API. More...
Go to the source code of this file.
Namespaces | |
namespace | pbat |
The main namespace of the library. | |
namespace | pbat::graph |
Enumerations | |
enum class | pbat::graph::EGreedyColorSelectionStrategy { pbat::graph::LeastUsed , pbat::graph::FirstAvailable } |
Enumeration of color selection strategies for graph coloring algorithms. More... | |
enum class | pbat::graph::EGreedyColorOrderingStrategy { pbat::graph::Natural , pbat::graph::SmallestDegree , pbat::graph::LargestDegree } |
Enumeration of vertex traversal ordering strategies for graph coloring algorithms. More... | |
Enums for graph algorithms API.