Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
protocols::hotspot_hashing::RotationSearchPattern Class Reference

#include <SearchPattern.hh>

Inheritance diagram for protocols::hotspot_hashing::RotationSearchPattern:
Inheritance graph
[legend]
Collaboration diagram for protocols::hotspot_hashing::RotationSearchPattern:
Collaboration graph
[legend]

Public Member Functions

 RotationSearchPattern (core::Real x_sampling, core::Real y_sampling, core::Real x_min=0, core::Real x_max=360, core::Real y_min=0, core::Real y_max=90)
 
utility::vector1
< core::kinematics::Stub
generate_search_points ()
 
utility::vector1
< core::kinematics::Stub
Searchpoints ()
 

Public Attributes

core::Real x_sampling
 
core::Real y_sampling
 
core::Real x_min
 
core::Real x_max
 
core::Real y_min
 
core::Real y_max
 
utility::vector1
< core::kinematics::Stub
searchpoints_
 

Detailed Description

Definition at line 288 of file SearchPattern.hh.

Constructor & Destructor Documentation

protocols::hotspot_hashing::RotationSearchPattern::RotationSearchPattern ( core::Real  x_sampling,
core::Real  y_sampling,
core::Real  x_min = 0,
core::Real  x_max = 360,
core::Real  y_min = 0,
core::Real  y_max = 90 
)
inline

Definition at line 291 of file SearchPattern.hh.

References generate_search_points(), and searchpoints_.

Member Function Documentation

utility::vector1<core::kinematics::Stub> protocols::hotspot_hashing::RotationSearchPattern::generate_search_points ( )
inline

Definition at line 316 of file SearchPattern.hh.

References x_max, x_min, x_sampling, y_max, y_min, and y_sampling.

Referenced by RotationSearchPattern().

utility::vector1<core::kinematics::Stub> protocols::hotspot_hashing::RotationSearchPattern::Searchpoints ( )
inlinevirtual

Implements protocols::hotspot_hashing::SearchPattern.

Definition at line 334 of file SearchPattern.hh.

References searchpoints_.

Member Data Documentation

utility::vector1<core::kinematics::Stub> protocols::hotspot_hashing::RotationSearchPattern::searchpoints_

Definition at line 339 of file SearchPattern.hh.

Referenced by RotationSearchPattern(), and Searchpoints().

core::Real protocols::hotspot_hashing::RotationSearchPattern::x_max

Definition at line 312 of file SearchPattern.hh.

Referenced by generate_search_points().

core::Real protocols::hotspot_hashing::RotationSearchPattern::x_min

Definition at line 311 of file SearchPattern.hh.

Referenced by generate_search_points().

core::Real protocols::hotspot_hashing::RotationSearchPattern::x_sampling

Definition at line 309 of file SearchPattern.hh.

Referenced by generate_search_points().

core::Real protocols::hotspot_hashing::RotationSearchPattern::y_max

Definition at line 314 of file SearchPattern.hh.

Referenced by generate_search_points().

core::Real protocols::hotspot_hashing::RotationSearchPattern::y_min

Definition at line 313 of file SearchPattern.hh.

Referenced by generate_search_points().

core::Real protocols::hotspot_hashing::RotationSearchPattern::y_sampling

Definition at line 310 of file SearchPattern.hh.

Referenced by generate_search_points().


The documentation for this class was generated from the following file: