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

Public Member Functions

 RRTaskBase (RRTaskState *state, bool modal, float epsilon, NormalGenArgs &normalGenArgs)
 
void initRR ()
 
void runRR ()
 

Public Attributes

RRTaskStatestate
 
void * rrHandle = nullptr
 
float epsilon
 
float edgeLengthWeight = 1.0f
 
bool modal
 
bool textured = false
 
NormalGenArgs normalGenArgs
 

Detailed Description

Definition at line 45 of file RRTasks.h.

Constructor & Destructor Documentation

◆ RRTaskBase()

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

Definition at line 47 of file RRTasks.h.

Member Function Documentation

◆ initRR()

void Cogs::Core::RRTaskBase::initRR ( )

Definition at line 173 of file RRTasks.cpp.

◆ runRR()

void Cogs::Core::RRTaskBase::runRR ( )

Definition at line 216 of file RRTasks.cpp.

Member Data Documentation

◆ edgeLengthWeight

float Cogs::Core::RRTaskBase::edgeLengthWeight = 1.0f

Definition at line 57 of file RRTasks.h.

◆ epsilon

float Cogs::Core::RRTaskBase::epsilon

Definition at line 56 of file RRTasks.h.

◆ modal

bool Cogs::Core::RRTaskBase::modal

Definition at line 58 of file RRTasks.h.

◆ normalGenArgs

NormalGenArgs Cogs::Core::RRTaskBase::normalGenArgs

Definition at line 61 of file RRTasks.h.

◆ rrHandle

void* Cogs::Core::RRTaskBase::rrHandle = nullptr

Definition at line 55 of file RRTasks.h.

◆ state

RRTaskState* Cogs::Core::RRTaskBase::state

Definition at line 54 of file RRTasks.h.

◆ textured

bool Cogs::Core::RRTaskBase::textured = false

Definition at line 59 of file RRTasks.h.


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