| 
| 
  | MorphSource (MorphPlan *morph_plan) | 
|   | 
| 
const char *  | type () | 
|   | 
| 
int  | insert_order () | 
|   | 
| 
bool  | save (OutFile &out_file) | 
|   | 
| 
bool  | load (InFile &in_file) | 
|   | 
| 
OutputType  | output_type () | 
|   | 
| 
void  | set_smset (const std::string &smset) | 
|   | 
| 
std::string  | smset () | 
|   | 
| 
  | MorphOperator (MorphPlan *morph_plan) | 
|   | 
| 
virtual void  | post_load (OpNameMap &op_name_map) | 
|   | 
| 
MorphPlan *  | morph_plan () | 
|   | 
| 
std::string  | type_name () | 
|   | 
| 
std::string  | name () | 
|   | 
| 
void  | set_name (const std::string &name) | 
|   | 
| 
bool  | can_rename (const std::string &name) | 
|   | 
| 
std::string  | id () | 
|   | 
| 
void  | set_id (const std::string &id) | 
|   | 
| 
bool  | folded () const  | 
|   | 
| 
void  | set_folded (bool folded) | 
|   | 
 | 
| enum   | OutputType { OUTPUT_NONE, 
OUTPUT_AUDIO, 
OUTPUT_CONTROL
 } | 
|   | 
| 
static MorphOperator *  | create (const std::string &type, MorphPlan *plan) | 
|   | 
| 
typedef std::map< std::string, MorphOperator * >  | OpNameMap | 
|   | 
| 
void  | write_operator (OutFile &file, const std::string &name, MorphOperator *op) | 
|   | 
| 
MorphPlan *  | m_morph_plan | 
|   | 
| 
std::string  | m_name | 
|   | 
| 
std::string  | m_id | 
|   | 
| 
bool  | m_folded | 
|   | 
The documentation for this class was generated from the following files: