Datatypes:
AjPOutfile | Data resource data output |
none | Miscellaneous functions |
Sections:
data resource data outputs | Output |
Functions:
ajResourceoutWrite | Write a data resource in a named format |
AjBool ajResourceoutWrite ( AjPOutfile outf, const AjPResource resource );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPOutfile | outf | Modify | Output file |
const AjPResource | resource | Input | Data resource object |
AjBool | RETURN | True on success |
From EMBOSS 6.4.0
Sections:
Casts | |
Miscellaneous | Miscellaneous |
Functions:
ajResourceoutprintBook | Reports the resource format internals as Docbook text |
ajResourceoutprintHtml | Reports the internal data structures |
ajResourceoutprintText | Reports the internal data structures |
ajResourceoutprintWiki | Reports the data resource output format internals as wikitext |
void ajResourceoutprintBook ( AjPFile outf );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | outf | Modify | Output file |
void | RETURN |
From EMBOSS 6.4.0
void ajResourceoutprintHtml ( AjPFile outf );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | outf | Modify | Output file |
void | RETURN |
From EMBOSS 6.4.0
void ajResourceoutprintText ( AjPFile outf, AjBool full );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | outf | Modify | Output file |
AjBool | full | Input | Full report (usually ajFalse) |
void | RETURN |
From EMBOSS 6.4.0
void ajResourceoutprintWiki ( AjPFile outf );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | outf | Modify | Output file |
void | RETURN |
From EMBOSS 6.4.0
Functions:
ajResourceoutExit | Cleans up data output internal memory |
void ajResourceoutExit ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
void | RETURN |
From EMBOSS 6.4.0
Functions:
ajResourceoutformatFind | Looks for the specified format(s) in the internal definitions and returns the index. |
ajResourceoutformatTest | Tests whether a named data resource output format is known |
AjBool ajResourceoutformatFind ( const AjPStr format, ajint* iformat );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPStr | format | Input | Format required. |
ajint* | iformat | Output | Index |
AjBool | RETURN | ajTrue on success. |
From EMBOSS 6.4.0
AjBool ajResourceoutformatTest ( const AjPStr format );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPStr | format | Input | Format |
AjBool | RETURN | ajTrue if formats was accepted |
From EMBOSS 6.4.0