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 2024-03-17 at 12:58:44 -0600