|
Cogs.Core
|
Public Member Functions | |
| RRMultiTaskBase (RRTaskState *state, bool modal, float epsilon, std::vector< float > &thresholds, NormalGenArgs &normalGenArgs) | |
Public Member Functions inherited from Cogs::Core::RRTaskBase | |
| RRTaskBase (RRTaskState *state, bool modal, float epsilon, NormalGenArgs &normalGenArgs) | |
| void | initRR () |
| void | runRR () |
Public Attributes | |
| std::vector< float > | thresholds |
Public Attributes inherited from Cogs::Core::RRTaskBase | |
| RRTaskState * | state |
| void * | rrHandle = nullptr |
| float | epsilon |
| float | edgeLengthWeight = 1.0f |
| bool | modal |
| bool | textured = false |
| NormalGenArgs | normalGenArgs |
|
inline |