NCBI C++ ToolKit
|
#include <corelib/ncbistl.hpp>
#include <map>
#include <string>
#include <objects/mmdb1/Biostruc_graph.hpp>
#include <objects/mmdb3/Biostruc_feature_set.hpp>
#include <objects/mmdb1/Atom_pntr.hpp>
#include "structure_base.hpp"
#include "molecule.hpp"
#include "residue.hpp"
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | ChemicalGraph |
Typedefs | |
typedef std::list< ncbi::CRef< ncbi::objects::CBiostruc_feature_set > > | FeatureList |
Functions | |
void | LoadStandardDictionary (const char *filename) |
void | DeleteStandardDictionary (void) |
typedef std::list< ncbi::CRef< ncbi::objects::CBiostruc_feature_set > > FeatureList |
Definition at line 67 of file chemical_graph.hpp.
void DeleteStandardDictionary | ( | void | ) |
Definition at line 92 of file chemical_graph.cpp.
References NULL, and standardDictionary.
Referenced by Cn3DNoWin::Exit(), and Cn3DApp::OnExit().
void LoadStandardDictionary | ( | const char * | filename | ) |
Definition at line 73 of file chemical_graph.cpp.
References FATALMSG, CBiostruc_residue_graph_set_Base::GetId(), CBiostruc_residue_graph_set_Base::IsSetId(), ReadASNFromFile(), and standardDictionary.
Referenced by Cn3DApp::OnInit(), and Cn3DNoWin::Run().