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::CartesianSearchPattern Class Reference

#include <SearchPattern.hh>

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

Public Member Functions

 CartesianSearchPattern (core::Real x_sampling, core::Real y_sampling, core::Real z_sampling, core::Real x_min, core::Real x_max, core::Real y_min, core::Real y_max, core::Real z_min, core::Real z_max)
 
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 z_sampling
 
core::Real x_min
 
core::Real x_max
 
core::Real y_min
 
core::Real y_max
 
core::Real z_min
 
core::Real z_max
 
utility::vector1
< core::kinematics::Stub
searchpoints_
 

Detailed Description

Definition at line 414 of file SearchPattern.hh.

Constructor & Destructor Documentation

protocols::hotspot_hashing::CartesianSearchPattern::CartesianSearchPattern ( core::Real  x_sampling,
core::Real  y_sampling,
core::Real  z_sampling,
core::Real  x_min,
core::Real  x_max,
core::Real  y_min,
core::Real  y_max,
core::Real  z_min,
core::Real  z_max 
)
inline

Definition at line 417 of file SearchPattern.hh.

References generate_search_points(), and searchpoints_.

Member Function Documentation

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

Definition at line 451 of file SearchPattern.hh.

References x_max, x_min, x_sampling, y_max, y_min, y_sampling, z_max, z_min, and z_sampling.

Referenced by CartesianSearchPattern().

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

Implements protocols::hotspot_hashing::SearchPattern.

Definition at line 487 of file SearchPattern.hh.

References searchpoints_.

Member Data Documentation

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

Definition at line 492 of file SearchPattern.hh.

Referenced by CartesianSearchPattern(), and Searchpoints().

core::Real protocols::hotspot_hashing::CartesianSearchPattern::x_max

Definition at line 445 of file SearchPattern.hh.

Referenced by generate_search_points().

core::Real protocols::hotspot_hashing::CartesianSearchPattern::x_min

Definition at line 444 of file SearchPattern.hh.

Referenced by generate_search_points().

core::Real protocols::hotspot_hashing::CartesianSearchPattern::x_sampling

Definition at line 441 of file SearchPattern.hh.

Referenced by generate_search_points().

core::Real protocols::hotspot_hashing::CartesianSearchPattern::y_max

Definition at line 447 of file SearchPattern.hh.

Referenced by generate_search_points().

core::Real protocols::hotspot_hashing::CartesianSearchPattern::y_min

Definition at line 446 of file SearchPattern.hh.

Referenced by generate_search_points().

core::Real protocols::hotspot_hashing::CartesianSearchPattern::y_sampling

Definition at line 442 of file SearchPattern.hh.

Referenced by generate_search_points().

core::Real protocols::hotspot_hashing::CartesianSearchPattern::z_max

Definition at line 449 of file SearchPattern.hh.

Referenced by generate_search_points().

core::Real protocols::hotspot_hashing::CartesianSearchPattern::z_min

Definition at line 448 of file SearchPattern.hh.

Referenced by generate_search_points().

core::Real protocols::hotspot_hashing::CartesianSearchPattern::z_sampling

Definition at line 443 of file SearchPattern.hh.

Referenced by generate_search_points().


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