Closed karlrupp closed 10 years ago
If I want to get the underlying parent mesh from a segment_handle, I'd like to write
seg_handle.mesh();
just like for a segmentation. Instead, one has to write
seg_handle.parent().mesh()
which is a lengthy. Any objections on using the shorter version?
If I want to get the underlying parent mesh from a segment_handle, I'd like to write
just like for a segmentation. Instead, one has to write
which is a lengthy. Any objections on using the shorter version?