Hooks

class mdk::Hook

This interface defines actions to be performed after the force evaluation, i.e. a hook.

Subclassed by mdk::ExportPDB, mdk::PositionDiff, mdk::ProgressBar

Public Functions

virtual void execute(int step_nr) = 0

Execute the hook.

Parameters

step_nr – Number of the step of the simulation when the hook is activated.