#include <aligner_template.h>
Public Member Functions | |
| AlignerFactoryExt () | |
Definition at line 95 of file aligner_template.h.
| EMAN::AlignerFactoryExt::AlignerFactoryExt | ( | ) | [inline] |
Definition at line 98 of file aligner_template.h.
References add(), and EMAN::XYZAligner::NEW().
00099 { 00100 Factory < Aligner >::add(&XYZAligner::NEW); 00101 }
1.5.6