Skip to content

shapeworks::MeshWorkItem

Provides concurrent access to a list of shapes to work needing reconstruction.

#include <MeshWorkQueue.h>

Public Attributes

Name
std::string filename
Eigen::VectorXd points
int domain
size_t memory_size

Friends

Name
bool operator<(const MeshWorkItem & a, const MeshWorkItem & b)
bool operator==(const MeshWorkItem & a, const MeshWorkItem & b)

Public Attributes Documentation

variable filename

cpp std::string filename;

variable points

cpp Eigen::VectorXd points;

variable domain

cpp int domain {0};

variable memory_size

cpp size_t memory_size {0};

Friends

friend operator<

```cpp friend bool operator<( const MeshWorkItem & a,

const MeshWorkItem & b

); ```

friend operator==

```cpp friend bool operator==( const MeshWorkItem & a,

const MeshWorkItem & b

); ```


Updated on 2026-03-31 at 16:02:10 +0000