#include <cmp_template.h>
Public Member Functions | |
| CmpFactoryExt () | |
Definition at line 88 of file cmp_template.h.
| EMAN::CmpFactoryExt::CmpFactoryExt | ( | ) | [inline] |
Definition at line 91 of file cmp_template.h.
References add(), and EMAN::XYZCmp::NEW().
00092 { 00093 Factory < Cmp >::add(&XYZCmp::NEW); 00094 }
1.5.6