![]() |
Rosetta Core
2014.16.56682
|
#include <VirtualCoordinates.hh>
Public Member Functions | |
| VirtualCoordinates () | |
| VirtualCoordinates (VirtualCoordinates const &src) | |
| copy constructor More... | |
| VirtualCoordinates & | operator= (VirtualCoordinates const &src) |
| ~VirtualCoordinates () | |
| void | push_back_x (numeric::xyzVector< core::Real > &vector) |
| void | push_back_y (numeric::xyzVector< core::Real > &vector) |
| void | push_back_origin (numeric::xyzVector< core::Real > &vector) |
| void | push_back (numeric::xyzVector< core::Real > &x, numeric::xyzVector< core::Real > &y, numeric::xyzVector< core::Real > &origin) |
| numeric::xyzVector< core::Real > & | get_x (core::Size num) |
| numeric::xyzVector< core::Real > & | get_y (core::Size num) |
| numeric::xyzVector< core::Real > & | get_origin (core::Size num) |
| bool | kosher () |
| Size | size () |
| void | add_coordinate_from_string (std::vector< std::string > coords, core::Size coord_start=2) |
Private Attributes | |
| std::vector < numeric::xyzVector < core::Real > > | axis_x_ |
| std::vector < numeric::xyzVector < core::Real > > | axis_y_ |
| std::vector < numeric::xyzVector < core::Real > > | axis_origin_ |
|
inline |
| core::conformation::symmetry::VirtualCoordinates::VirtualCoordinates | ( | VirtualCoordinates const & | src | ) |
copy constructor
References axis_origin_, axis_x_, and axis_y_.
|
inline |
| void core::conformation::symmetry::VirtualCoordinates::add_coordinate_from_string | ( | std::vector< std::string > | coords, |
| core::Size | coord_start = 2 |
||
| ) |
References push_back_origin(), push_back_x(), push_back_y(), split(), and utility::string_split().
|
inline |
References axis_origin_, and axis_y_.
|
inline |
|
inline |
References axis_y_.
|
inline |
References axis_origin_, axis_x_, and axis_y_.
Referenced by size().
|
inline |
References axis_origin_, axis_x_, and axis_y_.
|
inline |
References push_back_origin(), push_back_x(), and push_back_y().
|
inline |
References axis_origin_.
Referenced by add_coordinate_from_string(), and push_back().
|
inline |
References axis_x_.
Referenced by add_coordinate_from_string(), and push_back().
|
inline |
References axis_y_.
Referenced by add_coordinate_from_string(), and push_back().
|
inline |
|
private |
Referenced by get_origin(), kosher(), operator=(), push_back_origin(), and VirtualCoordinates().
|
private |
Referenced by get_x(), kosher(), operator=(), push_back_x(), size(), and VirtualCoordinates().
|
private |
Referenced by get_origin(), get_x(), get_y(), kosher(), operator=(), push_back_y(), and VirtualCoordinates().
1.8.7