shapeworks::MeshWorkQueue
Public Types
Public Functions
Public Types Documentation
using WorkList
using shapeworks::MeshWorkQueue::WorkList =  std::list<MeshWorkItem>;
 
Public Functions Documentation
function MeshWorkQueue
function ~MeshWorkQueue
function push
void push(
    const MeshWorkItem & item
)
 
function get_next_work_item
MeshWorkItem * get_next_work_item()
 
function is_inside
bool is_inside(
    const MeshWorkItem & item
)
 
function remove
void remove(
    const MeshWorkItem & item
)
 
function is_empty
function size
Updated on 2022-03-31 at 09:51:18 -0600