Skip to content

shapeworks::CompareSettings

Public Functions

Name
DisplayMode get_display_mode()
bool get_mean_shape_checked()

Public Attributes

Name
bool compare_enabled_
bool surface_distance_mode_
bool original_checked_
bool groomed_checked_
bool reconstructed_checked_
bool mean_shape_checked_
float opacity_

Public Functions Documentation

function get_display_mode

cpp inline DisplayMode get_display_mode()

function get_mean_shape_checked

cpp inline bool get_mean_shape_checked()

Public Attributes Documentation

variable compare_enabled_

cpp bool compare_enabled_ = false;

variable surface_distance_mode_

cpp bool surface_distance_mode_ = false;

variable original_checked_

cpp bool original_checked_ = false;

variable groomed_checked_

cpp bool groomed_checked_ = false;

variable reconstructed_checked_

cpp bool reconstructed_checked_ = false;

variable mean_shape_checked_

cpp bool mean_shape_checked_ = false;

variable opacity_

cpp float opacity_ = 1.0;


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