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

Public Member Functions

 RRMultiMinMaxErrorGuidedTask (RRTaskState *state, bool modal, float epsilon, std::vector< float > &thresholds, NormalGenArgs &normalGenArgs)
 
void operator() ()
 
- Public Member Functions inherited from Cogs::Core::RRMultiTaskBase
 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 ()
 

Additional Inherited Members

- Public Attributes inherited from Cogs::Core::RRMultiTaskBase
std::vector< float > thresholds
 
- 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 106 of file RRTasks.h.

Constructor & Destructor Documentation

◆ RRMultiMinMaxErrorGuidedTask()

Cogs::Core::RRMultiMinMaxErrorGuidedTask::RRMultiMinMaxErrorGuidedTask ( RRTaskState state,
bool  modal,
float  epsilon,
std::vector< float > &  thresholds,
NormalGenArgs normalGenArgs 
)
inline

Definition at line 108 of file RRTasks.h.

Member Function Documentation

◆ operator()()

void Cogs::Core::RRMultiMinMaxErrorGuidedTask::operator() ( )

Definition at line 347 of file RRTasks.cpp.


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