![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Installs hook as the active refinement hook for the current thread.
More...
#include <trirefinehook.h>
Public Member Functions | |
| RefineHookGuard (const RefineHook *hook) noexcept | |
| ~RefineHookGuard () | |
| RefineHookGuard (const RefineHookGuard &)=delete | |
| RefineHookGuard & | operator= (const RefineHookGuard &)=delete |
Installs hook as the active refinement hook for the current thread.
Scope the guard around the triangulate() call. Nesting is supported: the previous hook is restored on destruction. Passing nullptr disables the hook for the guarded scope.
|
explicitnoexcept |
| mesh::RefineHookGuard::~RefineHookGuard | ( | ) |
|
delete |
|
delete |