Rosetta
Classes | Typedefs | Functions
xyzStripeHash_test.cc File Reference
#include <numeric/geometry/hashing/xyzStripeHash.hh>
#include <protocols/sic_dock/types.hh>
#include <protocols/sic_dock/xyzStripeHashPose.hh>
#include <basic/options/option.hh>
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <basic/options/keys/out.OptionKeys.gen.hh>
#include <basic/options/option_macros.hh>
#include <basic/Tracer.hh>
#include <core/import_pose/import_pose.hh>
#include <core/pose/util.hh>
#include <devel/init.hh>
#include <numeric/xyzVector.hh>
#include <numeric/random/random.hh>
#include <numeric/xyz.io.hh>
#include <fstream>
#include <protocols/scoring/ImplicitFastClashCheck.hh>
#include <core/kinematics/Stub.hh>
#include <core/conformation/AtomGraphData.hh>
#include <core/conformation/AtomGraph.hh>
#include <core/conformation/find_neighbors.hh>
#include <set>
#include <time.h>
#include <sys/time.h>
#include <stdio.h>

Classes

struct  CollectNeighbors
 

Typedefs

typedef numeric::xyzVector< float > Vec
 

Functions

double time_highres ()
 
void register_options ()
 
int slow_nbcount (protocols::sic_dock::xyzStripeHashPose const &xyzhash, float DIST, Vec const &rv)
 
int slow_nbcount (core::pose::Pose const &pose, float DIST, Vec const &rv)
 
void slow_nbset (core::pose::Pose const &pose, float DIST, Vec const &rv, std::set< int > &nbrs)
 
bool slow_clash (core::pose::Pose const &pose, float DIST, Vec const &rv)
 
utility::vector1< Vecslow_nbget (protocols::sic_dock::xyzStripeHashPose const &xyzhash, float DIST, Vec const &rv)
 
void dump_points_pdb (utility::vector1< Vec > &p, std::string fn)
 
void test_find_neighbors (core::pose::Pose const &p)
 
int main (int argc, char *argv[])
 

Typedef Documentation

◆ Vec

typedef numeric::xyzVector<float> Vec

Function Documentation

◆ dump_points_pdb()

void dump_points_pdb ( utility::vector1< Vec > &  p,
std::string  fn 
)

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ register_options()

void register_options ( )

References NEW_OPT, OPT, and basic::options::OptionKeys::in::file::s.

Referenced by main().

◆ slow_clash()

bool slow_clash ( core::pose::Pose const &  pose,
float  DIST,
Vec const &  rv 
)

◆ slow_nbcount() [1/2]

int slow_nbcount ( core::pose::Pose const &  pose,
float  DIST,
Vec const &  rv 
)

◆ slow_nbcount() [2/2]

int slow_nbcount ( protocols::sic_dock::xyzStripeHashPose const &  xyzhash,
float  DIST,
Vec const &  rv 
)

◆ slow_nbget()

utility::vector1<Vec> slow_nbget ( protocols::sic_dock::xyzStripeHashPose const &  xyzhash,
float  DIST,
Vec const &  rv 
)

◆ slow_nbset()

void slow_nbset ( core::pose::Pose const &  pose,
float  DIST,
Vec const &  rv,
std::set< int > &  nbrs 
)

◆ test_find_neighbors()

void test_find_neighbors ( core::pose::Pose const &  p)

◆ time_highres()

double time_highres ( )

References info().

Referenced by main(), and test_find_neighbors().