|
BlobID v2.2.2
|
Functions | |
| void | BLOBID_SettingsGetNormalType (BLOBID_UID *const option, const BLOBID_Settings *const settings) |
| Returns the UID associated with the current threshold type. | |
Variables | |
| constexpr BLOBID_UID | BLOBID_NORMAL_NONE = 5 |
| constexpr BLOBID_UID | BLOBID_NORMAL_OUT = 6 |
| constexpr BLOBID_UID | BLOBID_NORMAL_IN = 7 |
As described by [Hendrickson2020], interface normals can be used when determining cell connectivity. Normal type defines whether or not to use interface normals, and if so what convention they follow. The types are
none – Do not use any normal logic.out – Use interface normals. Normal vectors point out of blobs.in – Use interface normals. Normal vectors point into blobs.Default: none
| void BLOBID_SettingsGetNormalType | ( | BLOBID_UID *const | option, |
| const BLOBID_Settings *const | settings | ||
| ) |
Returns the UID associated with the current threshold type.
none – BLOBID_NORMAL_NONEout – BLOBID_NORMAL_OUTin – BLOBID_NORMAL_IN| option | UID |
| settings | The BLOBID_Settings object |
|
constexpr |
When passed to BLOBID_SettingsSetOption(), use none for normal type.
|
constexpr |
When passed to BLOBID_SettingsSetOption(), use out for normal type.
|
constexpr |
When passed to BLOBID_SettingsSetOption(), use in for normal type.