54 Int32 renumberPatchMethod()
const {
return m_renumber_patch_method; }
63 Int32 renumberFaceMethod()
const {
return m_renumber_faces_method; }
73 bool isSortAfterRenumbering()
const {
return m_is_sort; }
93 Int32 m_renumber_patch_method = 0;
94 Int32 m_renumber_faces_method = 0;
95 CartesianPatch m_parent_patch;
96 bool m_is_sort =
false;