|
| Constraint (Coord, double) |
|
| Constraint (const Constraint &) |
|
| Constraint (json j) |
|
void | copy (const Constraint &) |
|
std::ostream & | Print (std::ostream &) const |
|
Coord | GetCoords () const |
|
double | GetTolerance () const |
|
virtual void | AddAtomList (ModelPtr, bool bCheck=true)=0 |
|
double | Score () const |
|
|
static const std::string | _CT = "Constraint" |
|
|
Coord | coord |
|
double | tolerance |
|
AtomList | m_atomList |
|
|
void | to_json (json &j, const Constraint &constraint) |
|
void | from_json (const json &j, Constraint &constraint) |
|
std::ostream & | operator<< (std::ostream &, const Constraint &) |
|
The documentation for this class was generated from the following files: