Skip to content

shapeworks::MeshWorkItem

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 2022-07-23 at 17:50:03 -0600