|
BALL
1.4.1
|
This processor adds ACE-N and NME-C caps to proteins. More...
#include <BALL/STRUCTURE/peptideCapProcessor.h>
Public Member Functions | |
Constructors | |
| PeptideCapProcessor () | |
| Default constructor. | |
Processor-related methods | |
| virtual Processor::Result | operator() (Chain &chain) |
| ()-operator | |
Protected Member Functions | |
| float | computeDistance (std::vector< Atom * > &a, std::vector< Atom * > &b) |
| void | optimizeCapPosition (Chain &chain, bool start) |
This processor adds ACE-N and NME-C caps to proteins.
Processor for adding caps to proteins
Definition at line 42 of file peptideCapProcessor.h.
Default constructor.
| float BALL::PeptideCapProcessor::computeDistance | ( | std::vector< Atom * > & | a, |
| std::vector< Atom * > & | b | ||
| ) | [protected] |
| virtual Processor::Result BALL::PeptideCapProcessor::operator() | ( | Chain & | chain | ) | [virtual] |
()-operator
Reimplemented from BALL::UnaryProcessor< Chain >.
| void BALL::PeptideCapProcessor::optimizeCapPosition | ( | Chain & | chain, |
| bool | start | ||
| ) | [protected] |
1.7.6.1