#include <processor.h>
Inheritance diagram for EMAN::TestImageProcessor:
Static Public Member Functions | |
string | get_group_desc () |
Get the description of this group of processors. | |
Protected Member Functions | |
void | preprocess (EMData *image) |
Protected Attributes | |
int | nx |
int | ny |
int | nz |
Definition at line 5887 of file processor.h.
|
Get the description of this group of processors. This function is defined in a parent class. It gives a introduction to a group of processors.
Reimplemented from EMAN::Processor. Definition at line 5890 of file processor.h. 05891 { 05892 return "Base class for a group of 'processors' used to create test image."; 05893 }
|
|
|
Definition at line 5897 of file processor.h. |
|
Definition at line 5897 of file processor.h. |
|
Definition at line 5897 of file processor.h. |