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
std::string filename;
variable points
Eigen::VectorXd points;
variable domain
int domain {0};
variable memory_size
size_t memory_size {0};
Friends
friend operator<
friend bool operator<(
    const MeshWorkItem & a,
    const MeshWorkItem & b
);
friend operator==
friend bool operator==(
    const MeshWorkItem & a,
    const MeshWorkItem & b
);
Updated on 2024-03-17 at 12:58:44 -0600