In file blastDeposit.h:

class blastDeposit

class for depositing relevant data into starfile

Public Methods

[more] blastDeposit ( blastConfig *bc )
constructor
[more]void setConfig ( blastConfig *bc )
another way to set up the pointer to blastConfig object
[more]int depositMonoPoly ( SaveFrameNode *save_frame, const dataEntries *data, bool revise )
creates a loop inside "Polymer residue sequence" frame
[more]int depositMolSys ( const dataEntries& data )
creates a loop inside "Molecular system description" frame


Documentation

class for depositing relevant data into starfile.

BlastDeposit contains public methods
depositMonoPoly() and depositMolSys, for depositing data into monomeric polymers and molecular system description frames, resp.

o blastDeposit( blastConfig *bc )
constructor.
Sets up a pointer to blastConfig object.
See Also:
blastConfig

ovoid setConfig( blastConfig *bc )
another way to set up the pointer to blastConfig object.
See Also:
blastConfig

oint depositMonoPoly( SaveFrameNode *save_frame, const dataEntries *data, bool revise )
creates a loop inside "Polymer residue sequence" frame.
Returns:
negative value on error, 0 otherwise.
Parameters:
save_frame - pointer to SaveFrameNode.
data - vector of dataEntry objects.
revise - if true, revise the loop.
See Also:
dataEntries

oint depositMolSys( const dataEntries& data )
creates a loop inside "Molecular system description" frame.
Returns:
negative value on error, 0 otherwise.
Parameters:
data - -- vector of dataEntry.
See Also:
dataEntries


This class has no child classes.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.