

Public Member Functions | |
LevelSetValueCacheEntry () | |
LevelSetValueCacheEntry () | |
LevelSetValueCacheEntry (const bool &value) | |
LevelSetValueCacheEntry (const bool &value) | |
LevelSetValueCacheEntry (const std::vector< bool >::reference &value) | |
const bool & | operator* () const |
bool | operator* () const |
![]() | |
LevelSetValueCacheBaseEntry (bool valid) | |
bool | isValid () const |
Additional Inherited Members | |
![]() | |
static const bool | m_dummyValue |
Detailed Description
Definition at line 129 of file levelSetCache.hpp.
Constructor & Destructor Documentation
◆ LevelSetValueCacheEntry() [1/5]
bitpit::LevelSetValueCacheEntry< bool >::LevelSetValueCacheEntry | ( | ) |
Constructor for invalid entries.
Definition at line 37 of file levelSetCache.cpp.
◆ LevelSetValueCacheEntry() [2/5]
|
explicit |
Constructor for valid entries.
- Parameters
-
value is the cached value
Definition at line 49 of file levelSetCache.cpp.
◆ LevelSetValueCacheEntry() [3/5]
|
explicit |
Constructor for valid entries.
- Parameters
-
value is the cached value
Definition at line 61 of file levelSetCache.cpp.
◆ LevelSetValueCacheEntry() [4/5]
bitpit::LevelSetValueCacheEntry< bool >::LevelSetValueCacheEntry | ( | ) |
Constructor for invalid entries.
Definition at line 118 of file levelSetCache.tpp.
◆ LevelSetValueCacheEntry() [5/5]
bitpit::LevelSetValueCacheEntry< bool >::LevelSetValueCacheEntry | ( | const bool & | value | ) |
Constructor for valid entries.
- Parameters
-
value is the cached value
Definition at line 119 of file levelSetCache.tpp.
Member Function Documentation
◆ operator*() [1/2]
const bool & bitpit::LevelSetValueCacheEntry< bool >::operator* | ( | ) | const |
Get the stored value.
Trying to deference an invalid entry results in undefined behaviour.
Definition at line 121 of file levelSetCache.tpp.
◆ operator*() [2/2]
bool bitpit::LevelSetValueCacheEntry< bool >::operator* | ( | ) | const |
Get the stored value.
Trying to deference an invalid entry results in undefined behaviour.
Definition at line 73 of file levelSetCache.cpp.
The documentation for this struct was generated from the following files:
- src/levelset/levelSetCache.hpp
- src/levelset/levelSetCache.cpp
- src/levelset/levelSetCache.tpp
