Scine::Swoose  2.1.0
This is the SCINE module Swoose.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
SpecialCaseHandler.cpp File Reference
Include dependency graph for SpecialCaseHandler.cpp:

Functions

bool Scine::StructurePreparation::SpecialCaseHandler::isProteinAtom (const StructurePreparationData &data, int index)
 
bool Scine::StructurePreparation::SpecialCaseHandler::isNegative (const StructurePreparationData &data, int index, std::vector< int > &listOfNegatives)
 Evaluates whether an atom with given index bears a negative charge. More...
 
bool Scine::StructurePreparation::SpecialCaseHandler::isPositive (const StructurePreparationData &data, int index, std::vector< int > &listOfPositives)
 Evaluates whether an atom with given index bears a positive charge. More...
 
bool Scine::StructurePreparation::SpecialCaseHandler::isCarboxylateC (const StructurePreparationData &data, int index)
 Evaluates if the carbon atom with given index is a Carboxylate-C.
 
bool Scine::StructurePreparation::SpecialCaseHandler::isCTerminus (const StructurePreparationData &data, int index)
 Evaluates if the carbon atom with given index is a C-Terminus. More...
 

Detailed Description