NCBI C++ ToolKit
|
#include <corelib/ncbistl.hpp>
#include <corelib/ncbiobj.hpp>
#include <objects/cn3d/Cn3d_style_dictionary.hpp>
#include <objects/cn3d/Cn3d_style_settings.hpp>
#include <objects/cn3d/Cn3d_user_annotations.hpp>
#include <string>
#include <list>
#include <map>
#include <vector>
#include "vector_math.hpp"
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | StyleSettings |
struct | StyleSettings::BackboneStyle |
struct | StyleSettings::GeneralStyle |
struct | StyleSettings::LabelStyle |
class | StyleManager |
class | StyleManager::UserAnnotation |
class | AtomStyle |
class | BondStyle |
struct | BondStyle::EndStyle |
class | ObjectStyle |
class | HelixStyle |
class | StrandStyle |
Functions | |
double | GetHydrophobicity (char code) |
int | GetCharge (char code) |
Variables | |
const double | UNKNOWN_HYDROPHOBICITY |
int GetCharge | ( | char | code | ) |
Definition at line 563 of file style_manager.cpp.
Referenced by StyleManager::GetAtomStyle(), BlockMultipleAlignment::GetCharacterTraitsAt(), and CSearch< LEGACY, NHITS >::SetResult().
double GetHydrophobicity | ( | char | code | ) |
Definition at line 532 of file style_manager.cpp.
References UNKNOWN_HYDROPHOBICITY.
Referenced by StyleManager::GetAtomStyle(), and BlockMultipleAlignment::GetCharacterTraitsAt().
|
extern |
Definition at line 529 of file style_manager.cpp.
Referenced by StyleManager::GetAtomStyle(), BlockMultipleAlignment::GetCharacterTraitsAt(), and GetHydrophobicity().