Rosetta
|
#include <vector>
#include <numeric>
#include <boost/format.hpp>
#include <basic/Tracer.hh>
#include <numeric/alignment/rmsd_calc.hh>
#include <core/pose/xyzStripeHashPose.hh>
#include <core/pose/Pose.hh>
#include <protocols/indexed_structure_store/Datatypes.hh>
#include <protocols/indexed_structure_store/Datatypes.json.hh>
#include <protocols/indexed_structure_store/search/QueryDatabase.hh>
#include <protocols/indexed_structure_store/search/QueryDatabase.json.hh>
#include <protocols/indexed_structure_store/orient_array.hh>
#include <protocols/indexed_structure_store/pose_utility.hh>
#include <protocols/indexed_structure_store/DirectSegmentLookup.hh>
#include <protocols/indexed_structure_store/DirectSegmentLookup.json.hh>
#include "ndarray/eigen.h"
#include <boost/range/algorithm/sort.hpp>
#include <json.hpp>
Namespaces | |
ndarray | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::indexed_structure_store | |
Functions | |
static basic::Tracer | TR ("protocols.indexed_structure_store.DirectSegmentLookup") |
template<int Nf, int Np, typename T , int N, int C> | |
boost::enable_if_c<((C+Nf-N-Np)>=1), ArrayRef< T, Nf,(C+Nf-N)> >::type | ndarray::flatten_center (Array< T, N, C > const &input) |
Create a view into an array with interior contiguous dimensions merged. More... | |
ndarray::Array< ResidueEntry, 1, 1 > | protocols::indexed_structure_store::_pose_res (core::pose::Pose &pose, core::Size start_res, core::Size end_res) |
|
static |