BALL 1.5.0
Loading...
Searching...
No Matches
BALL::PeptideCapProcessor Class Reference

This processor adds ACE-N and NME-C caps to proteins. More...

#include <BALL/STRUCTURE/peptideCapProcessor.h>

Inheritance diagram for BALL::PeptideCapProcessor:
BALL::UnaryProcessor< Chain > BALL::UnaryFunctor< Chain, Processor::Result >

Public Member Functions

Constructors
 PeptideCapProcessor ()
 Default constructor.
 
- 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
 
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 Chainargument_reference
 
typedef const Chainconst_argument_reference
 
typedef Chainargument_pointer
 
typedef const Chainconst_argument_pointer
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ PeptideCapProcessor()

BALL::PeptideCapProcessor::PeptideCapProcessor ( )

Default constructor.

Member Function Documentation

◆ computeDistance()

float BALL::PeptideCapProcessor::computeDistance ( std::vector< Atom * > & a,
std::vector< Atom * > & b )
protected

◆ operator()()

virtual Processor::Result BALL::PeptideCapProcessor::operator() ( Chain & chain)
virtual

()-operator

Reimplemented from BALL::UnaryProcessor< Chain >.

◆ optimizeCapPosition()

void BALL::PeptideCapProcessor::optimizeCapPosition ( Chain & chain,
bool start )
protected