Rosetta
Classes | Namespaces | Typedefs | Functions
PowerDiagram.hh File Reference

Class for PowerDiagram, including consruction and access. More...

#include <core/scoring/power_diagram/PowerDiagram.fwd.hh>
#include <core/types.hh>
#include <core/pose/Pose.fwd.hh>
#include <numeric/xyzMatrix.hh>
#include <numeric/xyzVector.hh>
#include <utility/VirtualBase.hh>
#include <utility/vector1.hh>
#include <list>
#include <iostream>

Classes

class  core::scoring::power_diagram::PDinter
 
class  core::scoring::power_diagram::SAnode
 
class  core::scoring::power_diagram::PDsphere
 
class  core::scoring::power_diagram::PDvertex
 
class  core::scoring::power_diagram::PowerDiagram
 

Namespaces

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

Typedefs

typedef numeric::xyzVector< core::Realcore::scoring::power_diagram::Vector
 
typedef numeric::xyzMatrix< core::Realcore::scoring::power_diagram::Matrix
 

Functions

Real core::scoring::power_diagram::power_distance (Vector const &pt, PDsphere const *sph)
 
void core::scoring::power_diagram::link_vertex_to_generators (PDvertexOP vrt)
 
Vector core::scoring::power_diagram::vertex_xyz_from_generators (PDsphere const *a1, PDsphere const *a2, PDsphere const *a3, PDsphere const *a4)
 
Vector core::scoring::power_diagram::vertex_xyz_from_generators (utility::vector1< PDsphere * > const &gen)
 
PDvertex * core::scoring::power_diagram::find_next_vertex_with_smallest_dist (PDvertex *srch_vrt, PDsphereOP &new_sph, Real &this_dist)
 
void core::scoring::power_diagram::find_intersections (PDsphere const *psph, PDvertex const *vrt1, PDvertex const *vrt2, Vector const &start_pt, Vector const &dir, Real const max_extent, std::list< PDinterOP > &intersections)
 
bool core::scoring::power_diagram::find_intersections (PDsphereCOP psph, Vector const &start_pt, Vector const &dir, Real const max_extent)
 
void core::scoring::power_diagram::find_common_intersection_atoms (PDinterOP inter)
 
utility::vector1< utility::vector1< SAnode > > core::scoring::power_diagram::get_cycles_from_intersections (std::list< PDinterOP > &inters, PDsphere const *this_sph)
 
Real core::scoring::power_diagram::get_sasa_from_cycles (utility::vector1< utility::vector1< SAnode > > &cycles, PDsphere *this_sph)
 
void core::scoring::power_diagram::get_derivs_from_cycles (utility::vector1< utility::vector1< SAnode > > &cycles, PDsphere *this_atom, PDsphere *check_atom, Vector &f1, Vector &f2)
 
void core::scoring::power_diagram::get_derivs_from_cycle (utility::vector1< SAnode > &cycle, PDsphere *this_atom, PDsphere *check_atom, Vector &f1, Vector &f2)
 
bool core::scoring::power_diagram::share_axis_atoms (PDinter const *v1, PDsphere const *a1, PDsphere const *a2)
 
Real core::scoring::power_diagram::get_area_from_cycle (PDsphere *this_atom, utility::vector1< SAnode > &cycle)
 
void core::scoring::power_diagram::print_points (std::list< PDinterOP > &inters)
 
void core::scoring::power_diagram::print_partners (PDvertexCOP vrt)
 
void core::scoring::power_diagram::print_generators (PDvertexCOP vrt)
 
void core::scoring::power_diagram::print_vertices (std::list< PDvertexOP > &fv, std::list< PDvertexOP > &iv)
 
void core::scoring::power_diagram::print_vertices (std::list< PDvertexOP > &v)
 

Detailed Description

Class for PowerDiagram, including consruction and access.

Author
Jim Havranek