Rosetta
Classes | Namespaces | Typedefs | Variables
AtomicDepth.hh File Reference

Calculates depth of atoms from the edge of the Sasa surface. More...

#include <core/scoring/atomic_depth/AtomicDepth.fwd.hh>
#include <core/types.hh>
#include <core/chemical/AtomTypeSet.fwd.hh>
#include <core/conformation/Atom.fwd.hh>
#include <core/pose/Pose.fwd.hh>
#include <utility/vector1.hh>
#include <utility/VirtualBase.hh>

Classes

struct  core::scoring::atomic_depth::point3d
 
struct  core::scoring::atomic_depth::volumepixel
 
struct  core::scoring::atomic_depth::voxel
 
struct  core::scoring::atomic_depth::voxel2
 
class  core::scoring::atomic_depth::AtomicDepth
 

Namespaces

 core
 A class for reading in the atom type properties.
 
 core::scoring
 
 core::scoring::atomic_depth
 

Typedefs

typedef struct core::scoring::atomic_depth::point3d core::scoring::atomic_depth::point3d
 
typedef struct core::scoring::atomic_depth::volumepixel core::scoring::atomic_depth::volumepixel
 
typedef struct core::scoring::atomic_depth::voxel core::scoring::atomic_depth::voxel
 
typedef struct core::scoring::atomic_depth::voxel2 core::scoring::atomic_depth::voxel2
 

Variables

static const signed char core::scoring::atomic_depth::nb [26][3]
 
const int core::scoring::atomic_depth::fast_one_shell_cut [3] = {6, 12, 9}
 
const int core::scoring::atomic_depth::fast_one_shell_lowb [3] = {0, 6, 18}
 
const int core::scoring::atomic_depth::fast_one_shell_highb [3] = {6, 18, 26}
 

Detailed Description

Calculates depth of atoms from the edge of the Sasa surface.

Author
Dong Xu and Yang Zhang
Brian Coventry (port to Rosetta)