![]() |
Rosetta Core
2014.16.56682
|
A simple class that represents the coordinates of four points, pretending that they all belong to residue 1. The residue() method is not implemented and cause a utility_exit. More...
#include <FourPointsFunc.hh>
Public Member Functions | |
| FourPointsFunc () | |
| virtual | ~FourPointsFunc () |
| void | xyz (Size atomid, Vector const &coord) |
| set the coordinate for one of the four atoms More... | |
| virtual Vector const & | operator() (AtomID const &id) const |
| virtual Residue const & | residue (Size seqpos) const |
Public Member Functions inherited from core::scoring::func::XYZ_Func | |
| virtual | ~XYZ_Func () |
Private Attributes | |
| utility::vector1< Vector > | points_ |
A simple class that represents the coordinates of four points, pretending that they all belong to residue 1. The residue() method is not implemented and cause a utility_exit.
| core::scoring::func::FourPointsFunc::FourPointsFunc | ( | ) |
|
virtual |
Implements core::scoring::func::XYZ_Func.
References points_, utility::to_string(), and utility_exit_with_message.
|
virtual |
Implements core::scoring::func::XYZ_Func.
References utility_exit_with_message.
set the coordinate for one of the four atoms
References points_, utility::to_string(), and utility_exit_with_message.
|
private |
Referenced by operator()(), and xyz().
1.8.7