Skip to content
Joris Gillis edited this page Apr 4, 2023 · 2 revisions

Standard documentation for Callback.init:

 [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

Extra documentation

To edit, see writing tips.

Clone this wiki locally