#include <processor_template.h>
Public Member Functions | |
| FilterFactoryExt () | |
Definition at line 116 of file processor_template.h.
| EMAN::FilterFactoryExt::FilterFactoryExt | ( | ) | [inline] |
Definition at line 119 of file processor_template.h.
00120 { 00121 //Factory < Processor >::add(&XYZProcessor::NEW); 00122 // Factory < Processor >::add(&SubstituteZeroPixelsProcessor::NEW); 00123 }
1.5.6