![]() |
NDEVR
API Documentation
|
A callback service used to modify Model objects when they are imported using the NDVFactory. More...
Public Member Functions | |
| NDVSetupCallback (std::function< void(Model &)> callback) | |
| Constructs an NDVSetupCallback with the given callback function. | |
Public Attributes | |
| std::function< void(Model &)> | callback |
| The function invoked on each Model during NDV import. | |
A callback service used to modify Model objects when they are imported using the NDVFactory.
Registered callbacks are invoked on each Model as it is read from an NDV file, allowing post-import customization or fixup of the model hierarchy.
Definition at line 51 of file NDVFactory.h.
|
inline |
Constructs an NDVSetupCallback with the given callback function.
Definition at line 58 of file NDVFactory.h.
References callback.