|
Cogs.Core
|
Public Member Functions | |
| RRMinMaxErrorGuidedTask (RRTaskState *state, bool modal, float epsilon, float error_threshold, 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 | error_threshold |
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::RRMinMaxErrorGuidedTask::operator() | ( | ) |
Definition at line 318 of file RRTasks.cpp.