|
BALL
1.5.0
|
This processor adds ACE-N and NME-C caps to proteins. More...
#include <BALL/STRUCTURE/peptideCapProcessor.h>
Public Member Functions | |
Constructors | |
| PeptideCapProcessor () | |
| Default constructor. More... | |
Public Member Functions inherited from BALL::UnaryProcessor< Chain > | |
| UnaryProcessor () | |
| UnaryProcessor (const UnaryProcessor &) | |
| virtual | ~UnaryProcessor () |
| virtual bool | start () |
| virtual bool | finish () |
Processor-related methods | |
| virtual Processor::Result | operator() (Chain &chain) |
| ()-operator More... | |
| float | computeDistance (std::vector< Atom * > &a, std::vector< Atom * > &b) |
| void | optimizeCapPosition (Chain &chain, bool start) |
Additional Inherited Members | |
Public Types inherited from BALL::UnaryFunctor< ArgumentType, ResultType > | |
| typedef ResultType | result_type |
| typedef ArgumentType | argument_type |
| typedef ArgumentType & | argument_reference |
| typedef const ArgumentType & | const_argument_reference |
| typedef ArgumentType * | argument_pointer |
| typedef const ArgumentType * | const_argument_pointer |
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.
| BALL::PeptideCapProcessor::PeptideCapProcessor | ( | ) |
Default constructor.
|
protected |
|
virtual |
()-operator
Reimplemented from BALL::UnaryProcessor< Chain >.