ENH: restore inner and outerinner brim modes

1) the function is not released to public

Change-Id: Ia1b5a31db3b1b1864997b57fe875c01f3ea9fb08
(cherry picked from commit a816cc313659f87978e1275b98f43172cb416a59)
This commit is contained in:
wintergua 2023-02-21 15:00:54 +08:00 committed by Lane.Wei
parent 23db223364
commit ee3e8fc515
3 changed files with 21 additions and 11 deletions

View file

@ -150,9 +150,9 @@ enum SLAPillarConnectionMode {
enum BrimType {
btAutoBrim, // BBS
btOuterOnly,
btNoBrim,
btInnerOnly,
btOuterAndInner,
btNoBrim,
};
enum TimelapseType : int {