|
Rosetta 3.5
|
#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_ |
Definition at line 36 of file VirtualCoordinates.hh.
|
inline |
Definition at line 41 of file VirtualCoordinates.hh.
| core::conformation::symmetry::VirtualCoordinates::VirtualCoordinates | ( | VirtualCoordinates const & | src) |
copy constructor
Definition at line 31 of file VirtualCoordinates.cc.
References axis_origin_, axis_x_, and axis_y_.
|
inline |
Definition at line 60 of file VirtualCoordinates.hh.
| void core::conformation::symmetry::VirtualCoordinates::add_coordinate_from_string | ( | std::vector< std::string > | coords, |
| core::Size | coord_start = 2 |
||
| ) |
Definition at line 39 of file VirtualCoordinates.cc.
References push_back_origin(), push_back_x(), push_back_y(), and core::io::pdb::split().
|
inline |
Definition at line 106 of file VirtualCoordinates.hh.
References axis_origin_, and axis_y_.
|
inline |
Definition at line 91 of file VirtualCoordinates.hh.
|
inline |
Definition at line 99 of file VirtualCoordinates.hh.
References axis_y_.
|
inline |
Definition at line 113 of file VirtualCoordinates.hh.
References axis_origin_, axis_x_, and axis_y_.
Referenced by size().
|
inline |
Definition at line 53 of file VirtualCoordinates.hh.
References axis_origin_, axis_x_, and axis_y_.
|
inline |
Definition at line 81 of file VirtualCoordinates.hh.
References push_back_origin(), push_back_x(), and push_back_y().
|
inline |
Definition at line 75 of file VirtualCoordinates.hh.
References axis_origin_.
Referenced by add_coordinate_from_string(), and push_back().
|
inline |
Definition at line 63 of file VirtualCoordinates.hh.
References axis_x_.
Referenced by add_coordinate_from_string(), and push_back().
|
inline |
Definition at line 69 of file VirtualCoordinates.hh.
References axis_y_.
Referenced by add_coordinate_from_string(), and push_back().
|
inline |
Definition at line 120 of file VirtualCoordinates.hh.
|
private |
Definition at line 136 of file VirtualCoordinates.hh.
Referenced by get_origin(), kosher(), operator=(), push_back_origin(), and VirtualCoordinates().
|
private |
Definition at line 134 of file VirtualCoordinates.hh.
Referenced by get_x(), kosher(), operator=(), push_back_x(), size(), and VirtualCoordinates().
|
private |
Definition at line 135 of file VirtualCoordinates.hh.
Referenced by get_origin(), get_x(), get_y(), kosher(), operator=(), push_back_y(), and VirtualCoordinates().
1.8.4