-
Notifications
You must be signed in to change notification settings - Fork 391
L_o6
Joris Gillis edited this page Apr 4, 2023
·
2 revisions
[INTERNAL]
::
init(self)
Initialize the object.
This function is called after the object construction (for the whole class hierarchy) is complete, but before the finalization step. It is called recursively for the whole class hierarchy, starting with the lowest level.
Extra doc: https://github.com/casadi/casadi/wiki/L_o6
Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/callback.hpp#L88
Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/callback.hpp#L88-L88
To edit, see writing tips.