Cogs.Core
Public Attributes | List of all members
Cogs::Core::RRTaskState Struct Reference

Public Attributes

Contextcontext
 
Cogs::Core::MeshItems items
 
std::vector< SimplifiedMeshSetmeshSets
 
std::atomic< float > progress = 0.f
 
std::atomic< bool > running = false
 
std::atomic< bool > cancel = false
 

Detailed Description

Definition at line 35 of file RRTasks.h.

Member Data Documentation

◆ cancel

std::atomic<bool> Cogs::Core::RRTaskState::cancel = false

Definition at line 42 of file RRTasks.h.

◆ context

Context* Cogs::Core::RRTaskState::context

Definition at line 37 of file RRTasks.h.

◆ items

Cogs::Core::MeshItems Cogs::Core::RRTaskState::items

Definition at line 38 of file RRTasks.h.

◆ meshSets

std::vector<SimplifiedMeshSet> Cogs::Core::RRTaskState::meshSets

Definition at line 39 of file RRTasks.h.

◆ progress

std::atomic<float> Cogs::Core::RRTaskState::progress = 0.f

Definition at line 40 of file RRTasks.h.

◆ running

std::atomic<bool> Cogs::Core::RRTaskState::running = false

Definition at line 41 of file RRTasks.h.


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