Cogs.Core
Public Member Functions | Public Attributes | List of all members
Cogs::Core::RRMinMaxErrorGuidedTask Struct Reference
Inheritance diagram for Cogs::Core::RRMinMaxErrorGuidedTask:
Cogs::Core::RRTaskBase

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
RRTaskStatestate
 
void * rrHandle = nullptr
 
float epsilon
 
float edgeLengthWeight = 1.0f
 
bool modal
 
bool textured = false
 
NormalGenArgs normalGenArgs
 

Detailed Description

Definition at line 76 of file RRTasks.h.

Constructor & Destructor Documentation

◆ RRMinMaxErrorGuidedTask()

Cogs::Core::RRMinMaxErrorGuidedTask::RRMinMaxErrorGuidedTask ( RRTaskState state,
bool  modal,
float  epsilon,
float  error_threshold,
NormalGenArgs normalGenArgs 
)
inline

Definition at line 78 of file RRTasks.h.

Member Function Documentation

◆ operator()()

void Cogs::Core::RRMinMaxErrorGuidedTask::operator() ( )

Definition at line 318 of file RRTasks.cpp.

Member Data Documentation

◆ error_threshold

float Cogs::Core::RRMinMaxErrorGuidedTask::error_threshold

Definition at line 84 of file RRTasks.h.


The documentation for this struct was generated from the following files: