
#include <OutputDihedrals.h>
Inheritance diagram for ProtoMol::OutputDihedrals:

Public Member Functions | |
| OutputDihedrals () | |
| OutputDihedrals (const std::string &filename, int freq, int cacheFreq, int cacheSize, Real closeTime, int index, bool dihset, std::string dsetfile) | |
| ~OutputDihedrals () | |
| void | getbackbonedihedrals () |
| void | getdihedralsfromatomset () |
| virtual std::string | getIdNoAlias () const |
| virtual unsigned int | getParameterSize () const |
| virtual bool | adjustWithDefaultParameters (std::vector< Value > &values, const Configuration *config) const |
| virtual void | getParameters (std::vector< Parameter > ¶meter) const |
Static Public Attributes | |
| const std::string | keyword |
Private Member Functions | |
| virtual void | doRunCached (int step) |
| virtual Output * | doMake (std::string &errMsg, const std::vector< Value > &values) const |
| virtual void | doInitialize () |
| virtual void | doFinalize (int step) |
Private Attributes | |
| int | myDihedralIndex |
| bool | myDihedralsSet |
| std::string | myDihedralsSetfile |
| std::vector< int > | myDihedrals |
| std::vector< std::vector< Real > > | myMaximas |
| std::vector< std::vector< Real > > | myMinimas |
| std::set< std::string > | myConfstrings |
| DCDTrajectoryWriter * | myDCD |
| std::vector< std::string > | confstrings |
| std::vector< int > | confstringsCounter |
|
|
|
|
||||||||||||||||||||||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
Reimplemented from ProtoMol::OutputFile. |
|
|
Hook method of finalize, implemented in the concrete class.
Reimplemented from ProtoMol::OutputFile. |
|
|
Hook method of initialize, implemented in the concrete class.
Implements ProtoMol::Output. |
|
||||||||||||
|
Implements ProtoMol::Output. |
|
|
new implementation of run method
Implements ProtoMol::OutputFile. |
|
|
This function can be used to get an approximate set of backbone dihedrals based on the weights of the atoms in each dihedral. The function can be called during initialization by uncommenting the call and recompiling |
|
|
PRB Feb05 This function takes in a set of atom indices for select protein structures (backbone, alpha helix, etc...) and returns the Protomol indices for the matching dihedrals !the method may return extra dihedrals! |
|
|
Implements ProtoMol::Makeable. |
|
|
retrieve all parameters
Reimplemented from ProtoMol::OutputFile. |
|
|
number of parameters
Implements ProtoMol::Makeable. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|