shapeworks::MeshWorkQueue
Public Types
| Name | |
|---|---|
| using std::list< MeshWorkItem > | WorkList |
Public Functions
| Name | |
|---|---|
| MeshWorkQueue() | |
| ~MeshWorkQueue() | |
| void | push(const MeshWorkItem & item) |
| MeshWorkItem * | get_next_work_item() |
| bool | is_inside(const MeshWorkItem & item) |
| void | remove(const MeshWorkItem & item) |
| bool | is_empty() |
| int | size() |
Public Types Documentation
using WorkList
cpp
using shapeworks::MeshWorkQueue::WorkList = std::list<MeshWorkItem>;
Public Functions Documentation
function MeshWorkQueue
cpp
MeshWorkQueue()
function ~MeshWorkQueue
cpp
~MeshWorkQueue()
function push
cpp
void push(
const MeshWorkItem & item
)
function get_next_work_item
cpp
MeshWorkItem * get_next_work_item()
function is_inside
cpp
bool is_inside(
const MeshWorkItem & item
)
function remove
cpp
void remove(
const MeshWorkItem & item
)
function is_empty
cpp
bool is_empty()
function size
cpp
int size()
Updated on 2026-03-31 at 16:02:10 +0000