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

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

Detailed Description

Definition at line 87 of file RRTasks.h.

Constructor & Destructor Documentation

◆ RRMultiTaskBase()

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

Definition at line 89 of file RRTasks.h.

Member Data Documentation

◆ thresholds

std::vector<float> Cogs::Core::RRMultiTaskBase::thresholds

Definition at line 93 of file RRTasks.h.


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