32#ifndef eman_processor_template_h__
33#define eman_processor_template_h__ 1
65 return "add your documentation here.";
EMData stores an image's data and defines core image processing routines.
Typical usage of Processors are as follows:
TypeDict is a dictionary to store <string, EMObject::ObjectType> pair.
void put(const string &key, EMObject::ObjectType o, const string &desc="")
XYZProcessor is a processor template for defining new processors.
string get_name() const
Get the processor's name.
string get_desc() const
Get the descrition of this specific processor.
TypeDict get_param_types() const
Add your processor parameter names and types in get_param_types().
void process_inplace(EMData *image)
define your Processor operation