Rosetta 3.4
|
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 Types | |
typedef XYZ_Func | parent |
typedef parent::AtomID | AtomID |
typedef parent::Residue | Residue |
typedef parent::Conformation | Conformation |
Public Member Functions | |
FourPointsFunc () | |
virtual | ~FourPointsFunc () |
void | xyz (Size atomid, Vector const &coord) |
set the coordinate for one of the four atoms | |
virtual Vector const & | operator() (AtomID const &id) const |
virtual Residue const & | residue (Size seqpos) const |
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.
Reimplemented from core::scoring::constraints::XYZ_Func.
Reimplemented from core::scoring::constraints::XYZ_Func.
Reimplemented from core::scoring::constraints::XYZ_Func.
core::scoring::constraints::FourPointsFunc::FourPointsFunc | ( | ) |
core::scoring::constraints::FourPointsFunc::~FourPointsFunc | ( | ) | [virtual] |
Vector const & core::scoring::constraints::FourPointsFunc::operator() | ( | AtomID const & | id | ) | const [virtual] |
Implements core::scoring::constraints::XYZ_Func.
conformation::Residue const & core::scoring::constraints::FourPointsFunc::residue | ( | Size | seqpos | ) | const [virtual] |
Implements core::scoring::constraints::XYZ_Func.
set the coordinate for one of the four atoms