Skip to content

shapeworks::MeshGeoEntry

Public Types

Name
enum Mode

Public Functions

Name
void clear()
bool is_full_mode() const
void update_max_dist()
bool has_entry(int target)

Public Attributes

Name
Mode mode
double max_dist
robin_hood::unordered_flat_map< int, Eigen::Vector3d > data_partial
std::array< Eigen::VectorXd, 3 > data_full

Public Types Documentation

enum Mode

Enumerator Value Description
Full
Partial

Public Functions Documentation

function clear

inline void clear()

function is_full_mode

inline bool is_full_mode() const

function update_max_dist

inline void update_max_dist()

function has_entry

inline bool has_entry(
    int target
)

Public Attributes Documentation

variable mode

Mode mode {Mode::Partial};

variable max_dist

double max_dist {0.0};

variable data_partial

robin_hood::unordered_flat_map< int, Eigen::Vector3d > data_partial;

variable data_full

std::array< Eigen::VectorXd, 3 > data_full;

Updated on 2024-03-17 at 12:58:44 -0600