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
cpp
std::string to_string() const
function from_string
cpp
static SharedBoundary from_string(
const std::string & str
)
Public Attributes Documentation
variable first_domain
cpp
std::string first_domain;
variable second_domain
cpp
std::string second_domain;
variable tolerance
cpp
double tolerance;
Updated on 2026-03-31 at 16:02:10 +0000