BlobID v2.2.2
Loading...
Searching...
No Matches
Functions | Variables
Normal Type

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
 

Detailed Description

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

Default: none

Function Documentation

◆ BLOBID_SettingsGetNormalType()

void BLOBID_SettingsGetNormalType ( BLOBID_UID *const  option,
const BLOBID_Settings *const  settings 
)

Returns the UID associated with the current threshold type.

Parameters
optionUID
settingsThe BLOBID_Settings object

Variable Documentation

◆ BLOBID_NORMAL_NONE

constexpr BLOBID_UID BLOBID_NORMAL_NONE = 5
constexpr

When passed to BLOBID_SettingsSetOption(), use none for normal type.

◆ BLOBID_NORMAL_OUT

constexpr BLOBID_UID BLOBID_NORMAL_OUT = 6
constexpr

When passed to BLOBID_SettingsSetOption(), use out for normal type.

◆ BLOBID_NORMAL_IN

constexpr BLOBID_UID BLOBID_NORMAL_IN = 7
constexpr

When passed to BLOBID_SettingsSetOption(), use in for normal type.