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
cpp
inline void clear()
function is_full_mode
cpp
inline bool is_full_mode() const
function update_max_dist
cpp
inline void update_max_dist()
function has_entry
cpp
inline bool has_entry(
int target
)
Public Attributes Documentation
variable mode
cpp
Mode mode {Mode::Partial};
variable max_dist
cpp
double max_dist {0.0};
variable data_partial
cpp
robin_hood::unordered_flat_map< int, Eigen::Vector3d > data_partial;
variable data_full
cpp
std::array< Eigen::VectorXd, 3 > data_full;
Updated on 2026-03-31 at 16:02:10 +0000