BALL
1.4.2
|
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... | |
Processor-related methods | |
virtual Processor::Result | operator() (Chain &chain) |
()-operator More... | |
Public Member Functions inherited from BALL::UnaryProcessor< Chain > | |
UnaryProcessor () | |
UnaryProcessor (const UnaryProcessor &) | |
virtual | ~UnaryProcessor () |
virtual bool | start () |
virtual bool | finish () |
Protected Member Functions | |
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< Chain, Processor::Result > | |
typedef Processor::Result | result_type |
typedef Chain | argument_type |
typedef Chain & | argument_reference |
typedef const Chain & | const_argument_reference |
typedef Chain * | argument_pointer |
typedef const Chain * | 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 >.