NCBI C++ ToolKit
Functions | Variables
bond.cpp File Reference
#include <ncbi_pch.hpp>
#include <corelib/ncbistd.hpp>
#include <objects/mmdb1/Molecule_id.hpp>
#include <objects/mmdb1/Residue_id.hpp>
#include <objects/mmdb1/Atom_id.hpp>
#include "remove_header_conflicts.hpp"
#include "bond.hpp"
#include "atom_set.hpp"
#include "structure_set.hpp"
#include "coord_set.hpp"
#include "opengl_renderer.hpp"
#include "chemical_graph.hpp"
#include "periodic_table.hpp"
#include "style_manager.hpp"
#include "molecule.hpp"
#include "show_hide_manager.hpp"
#include "cn3d_tools.hpp"
+ Include dependency graph for bond.cpp:

Go to the source code of this file.

Go to the SVN repository for this file.

Functions

 USING_SCOPE (objects)
 
const BondMakeBond (StructureBase *parent, int mID1, int rID1, int aID1, int mID2, int rID2, int aID2, int bondOrder)
 
const BondMakeBond (StructureBase *parent, const CAtom_pntr &atomPtr1, const CAtom_pntr &atomPtr2, int bondOrder)
 

Variables

 USING_NCBI_SCOPE
 

Function Documentation

◆ MakeBond() [1/2]

const Bond* MakeBond ( StructureBase parent,
const CAtom_pntr atomPtr1,
const CAtom_pntr atomPtr2,
int  bondOrder 
)

◆ MakeBond() [2/2]

const Bond* MakeBond ( StructureBase parent,
int  mID1,
int  rID1,
int  aID1,
int  mID2,
int  rID2,
int  aID2,
int  bondOrder 
)

◆ USING_SCOPE()

USING_SCOPE ( objects  )

Variable Documentation

◆ USING_NCBI_SCOPE

USING_NCBI_SCOPE

Definition at line 55 of file bond.cpp.

Modified on Wed Sep 04 15:05:07 2024 by modify_doxy.py rev. 669887