Scine::Swoose  2.1.0
This is the SCINE module Swoose.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
SpecialCaseHandler.h File Reference
#include <memory>
#include <vector>
Include dependency graph for SpecialCaseHandler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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::isCTerminus (const StructurePreparationData &data, int index)
 Evaluates if the carbon atom with given index is a C-Terminus. More...
 
bool Scine::StructurePreparation::SpecialCaseHandler::isCarboxylateC (const StructurePreparationData &data, int index)
 Evaluates if the carbon atom with given index is a Carboxylate-C.
 

Detailed Description