|
Cogs.Core
|
Public Member Functions | |
| RRTriangleGuidedTask (RRTaskState *state, bool modal, float epsilon, float percentage, NormalGenArgs &normalGenArgs) | |
| void | operator() () |
Public Member Functions inherited from Cogs::Core::RRTaskBase | |
| RRTaskBase (RRTaskState *state, bool modal, float epsilon, NormalGenArgs &normalGenArgs) | |
| void | initRR () |
| void | runRR () |
Public Attributes | |
| float | percentage |
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 |
| void Cogs::Core::RRTriangleGuidedTask::operator() | ( | ) |
Definition at line 310 of file RRTasks.cpp.