|
MorphologicalAttributeFilters
Public API documentation
|
Project assertion configuration wrapper. More...
#include <cassert>

Go to the source code of this file.
Project assertion configuration wrapper.
Defining MMCFILTERS_ENABLE_ASSERTS forces standard assert checks on even when the including translation unit was compiled with NDEBUG. This is a development and validation aid; public runtime precondition checks should use explicit exceptions instead of relying on assertions.
Definition in file Assert.hpp.