#include <GfxMCVecListCfg.h>
Inheritance diagram for GfxMCVecListCfg:

Public Member Functions | |
| GfxMCVecListCfg (Registry *initial_config=0) | |
| ~GfxMCVecListCfg () | |
Definition at line 25 of file GfxMCVecListCfg.h.
| GfxMCVecListCfg::GfxMCVecListCfg | ( | Registry * | initial_config = 0 |
) |
Definition at line 5 of file GfxMCVecListCfg.cxx.
References CfgConfigurable::CommitDefaultConfig().
00006 { 00007 if (initial_config) 00008 this->CommitDefaultConfig(*initial_config); 00009 else { 00010 Registry r; 00011 this->CommitDefaultConfig(r); 00012 } 00013 }
| GfxMCVecListCfg::~GfxMCVecListCfg | ( | ) |
1.4.7