shapeworks::GroomParameters::SharedBoundary
Public Functions
Name | |
---|---|
std::string | to_string() const |
SharedBoundary | from_string(const std::string & str) |
Public Attributes
Name | |
---|---|
std::string | first_domain |
std::string | second_domain |
double | tolerance |
Public Functions Documentation
function to_string
std::string to_string() const
function from_string
static SharedBoundary from_string(
const std::string & str
)
Public Attributes Documentation
variable first_domain
std::string first_domain;
variable second_domain
std::string second_domain;
variable tolerance
double tolerance;
Updated on 2025-09-04 at 08:01:25 +0000