![]() |
Rosetta
2021.16
|
Two utility classes used by the PCSLigandTranformMover. More...
#include <PCSLigandTransformMover.hh>

Public Member Functions | |
| AtomGridPoint () | |
| Default constructor. More... | |
| AtomGridPoint (std::string const &atom, core::Size const id, core::Vector const &coords, core::conformation::Residue const &residue) | |
| Construct from atom name, ID and 3D coordinates. More... | |
| ~AtomGridPoint () override | |
| Destructor. More... | |
| bool | is_relevant_neighbor () const |
| Is relevant for neighbor search. More... | |
| core::Vector const & | get_coordinates () const |
| std::string | atom_name () const |
| core::Size | id () const |
| core::conformation::Residue const * | residue () const |
| void | set_coordinates (core::Vector const &v) |
Private Attributes | |
| std::string | atom_name_ |
| core::Size | id_ |
| core::Vector | coords_ |
| core::conformation::Residue const * | residue_ |
Two utility classes used by the PCSLigandTranformMover.
| protocols::nmr::pcs::AtomGridPoint::AtomGridPoint | ( | ) |
Default constructor.
| protocols::nmr::pcs::AtomGridPoint::AtomGridPoint | ( | std::string const & | atom, |
| core::Size const | id, | ||
| core::Vector const & | coords, | ||
| core::conformation::Residue const & | residue | ||
| ) |
Construct from atom name, ID and 3D coordinates.
|
override |
Destructor.
|
inline |
References atom_name_.
Referenced by protocols::nmr::pcs::AtomGrid::IsSameItem().
|
inline |
References coords_.
Referenced by protocols::nmr::pcs::AtomGrid::ExtractPosition().
|
inline |
References id_.
Referenced by protocols::nmr::pcs::AtomGrid::IsSameItem().
|
inline |
Is relevant for neighbor search.
Referenced by protocols::nmr::pcs::AtomGrid::IsRelevantItem().
|
inline |
References residue_.
Referenced by protocols::nmr::pcs::AtomGrid::IsSameItem().
|
inline |
References coords_.
Referenced by protocols::nmr::pcs::PCSLigandTransformMover::find_best_ligand_pose_with_grid_search().
|
private |
Referenced by atom_name().
|
private |
Referenced by get_coordinates(), and set_coordinates().
|
private |
Referenced by id().
|
private |
Referenced by residue().
1.8.7