#include <VisFramework/VisFrameworkBase/interface/VisPropagatorOut.h>
Public Member Functions | |
VisPropagatorOut (IgState *state, lat::Callback notify) |
Definition at line 15 of file VisPropagatorOut.h.
VisPropagatorOut::VisPropagatorOut | ( | IgState * | state, | |
lat::Callback | notify | |||
) |
Definition at line 15 of file VisPropagatorOut.cc.
00016 : VisActiveConfigurable<double> (state, notify, 0.0, "VisPropagatorOut") 00017 { 00018 }