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